mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Fix bug where playlist is hidden when sidebar is hidden
This commit is contained in:
+4
-11
@@ -1,23 +1,16 @@
|
||||
html[remove_homepage="true"] ytd-browse[page-subtype="home"],
|
||||
html[remove_sidebar="true"] #secondary > div.circle,
|
||||
html[remove_sidebar="true"] #related,
|
||||
html[remove_end_of_video="true"] .html5-endscreen,
|
||||
|
||||
html[remove_trending="true"] a[href="/feed/trending"],
|
||||
html[remove_comments="true"] #comments,
|
||||
html[remove_comments="true"] #comment-secyoutubetion-renderer-items
|
||||
|
||||
/* Miscellaneous Ads */
|
||||
.video-ads.ytp-ad-module
|
||||
|
||||
{
|
||||
|
||||
display: none !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Using display: none on the sidebar messes with the video player's dimensions */
|
||||
html[remove_sidebar="true"] #secondary
|
||||
|
||||
{
|
||||
|
||||
visibility: hidden;
|
||||
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"description": "Removes all suggestions from Youtube.",
|
||||
"manifest_version": 2,
|
||||
"name": "Remove Youtube Suggestions",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
|
||||
|
||||
"content_scripts": [
|
||||
|
||||
Reference in New Issue
Block a user