mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Add back the info card setting
This commit is contained in:
@@ -3,6 +3,8 @@ html[remove_sidebar="true"] #secondary > div.circle,
|
||||
html[remove_sidebar="true"] #related,
|
||||
html[remove_end_of_video="true"] .html5-endscreen,
|
||||
|
||||
html[remove_info_cards="true"] .ytp-ce-element.ytp-ce-element,
|
||||
|
||||
html[remove_trending="true"] a[href="/feed/trending"],
|
||||
html[remove_trending="true"] a[href="/feed/explore"],
|
||||
|
||||
@@ -10,9 +12,6 @@ html[remove_comments="true"] #comments,
|
||||
|
||||
html[remove_chat="true"] #chat,
|
||||
|
||||
/*html[remove_embedded_video="true"] .ytp-ce-element.ytp-ce-video,*/
|
||||
/*html[remove_embedded_channel="true"] .ytp-ce-element.ytp-ce-channel,*/
|
||||
|
||||
html[foo=bar]
|
||||
|
||||
{
|
||||
|
||||
@@ -3,6 +3,7 @@ const DEFAULT_SETTINGS = {
|
||||
"remove_homepage": true,
|
||||
"remove_sidebar": true,
|
||||
"remove_end_of_video": true,
|
||||
"remove_info_cards": false,
|
||||
"remove_trending": false,
|
||||
"remove_comments": false,
|
||||
"remove_chat": false,
|
||||
|
||||
@@ -3,6 +3,7 @@ const DEFAULT_SETTINGS = {
|
||||
"remove_homepage": true,
|
||||
"remove_sidebar": true,
|
||||
"remove_end_of_video": true,
|
||||
"remove_info_cards": false,
|
||||
"remove_trending": false,
|
||||
"remove_comments": false,
|
||||
"remove_chat": false,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"description": "Removes all suggestions from Youtube.",
|
||||
"manifest_version": 2,
|
||||
"name": "Remove Youtube Suggestions",
|
||||
"version": "3.5.2",
|
||||
"version": "3.5.3",
|
||||
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
|
||||
|
||||
"background": {
|
||||
|
||||
@@ -33,8 +33,9 @@
|
||||
<legend>More removal options</legend>
|
||||
|
||||
<div>
|
||||
<input type="checkbox" disabled="true" unchecked />
|
||||
<a href="https://www.youtube.com/account_playback">Info Cards</a> (YouTube setting)
|
||||
<input type="checkbox" id="remove_info_cards" name="feature"
|
||||
value="remove_info_cards" unchecked />
|
||||
<label for="remove_info_cards">In-Video Info Cards</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user