remove more of the sidebar

This commit is contained in:
Lawrence Hook
2018-10-22 14:16:26 -04:00
parent 102155b9c0
commit 8c69e6e3fa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"description": "Removes all suggestions from Youtube.",
"manifest_version": 2,
"name": "Remove Youtube Suggestions",
"version": "1.2.2",
"version": "1.3.1",
"homepage_url": "https://github.com/emumoo/remove-youtube-suggestions",
"content_scripts": [
+1
View File
@@ -56,6 +56,7 @@ function onGotSidebarSetting(item) {
sheets[0].insertRule("ytd-compact-video-renderer.style-scope { display: none !important; }");
sheets[0].insertRule("ytd-compact-radio-renderer.style-scope { display: none !important; }");
sheets[0].insertRule("ytd-image-companion-renderer.style-scope { display: none !important; }");
sheets[0].insertRule("ytd-compact-playlist-renderer.style-scope { display: none !important; }");
sheets[0].insertRule("#upnext { display: none !important; }");
}
}