mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
remove more of the sidebar
This commit is contained in:
+1
-1
@@ -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": [
|
||||
|
||||
@@ -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; }");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user