remove upgrade button + makes img unselectable

This commit is contained in:
Araxeus
2021-10-15 15:40:34 +03:00
parent d775e3d588
commit ce4580605d
3 changed files with 19 additions and 0 deletions

View File

@ -28,3 +28,9 @@ ytmusic-search-box.ytmusic-nav-bar {
ytmusic-mealbar-promo-renderer {
display: none !important;
}
/* Disable Image Selection */
img {
-webkit-user-select: none;
user-select: none;
}