Fix bug where playlist is hidden when sidebar is hidden

This commit is contained in:
Lawrence Hook
2021-01-12 08:00:31 -05:00
parent a91e9bd639
commit bf078f5adf
2 changed files with 5 additions and 12 deletions
+4 -11
View File
@@ -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;
}
+1 -1
View File
@@ -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": [