diff --git a/firefox/css/main.css b/firefox/css/main.css index 5cea596..67191e7 100644 --- a/firefox/css/main.css +++ b/firefox/css/main.css @@ -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; - -} diff --git a/firefox/manifest.json b/firefox/manifest.json index 1a1eebe..2cb8ffd 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -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": [