Add back the info card setting

This commit is contained in:
Lawrence Hook
2021-07-02 18:33:42 -04:00
parent 89f9bd65ec
commit 0ae5f0d7cf
5 changed files with 8 additions and 6 deletions
+2 -3
View File
@@ -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]
{
+1
View File
@@ -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,
+1
View File
@@ -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,
+1 -1
View File
@@ -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": {
+3 -2
View File
@@ -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>