mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Set default to off
This commit is contained in:
@@ -7,7 +7,7 @@ if (typeof browser === 'undefined') {
|
||||
const HTML = document.documentElement;
|
||||
const SETTINGS_LIST = {
|
||||
"dark_mode": { defaultValue: false, eventType: 'click' },
|
||||
"global_enable": { defaultValue: false, eventType: 'click' },
|
||||
"global_enable": { defaultValue: true, eventType: 'click' },
|
||||
|
||||
"remove_homepage": { defaultValue: true, eventType: 'change' },
|
||||
"remove_sidebar": { defaultValue: true, eventType: 'change' },
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ if (typeof browser === 'undefined') {
|
||||
const HTML = document.documentElement;
|
||||
const SETTINGS_LIST = {
|
||||
"dark_mode": { defaultValue: false, eventType: 'click' },
|
||||
"global_enable": { defaultValue: false, eventType: 'click' },
|
||||
"global_enable": { defaultValue: true, eventType: 'click' },
|
||||
|
||||
"remove_homepage": { defaultValue: true, eventType: 'click' },
|
||||
"remove_sidebar": { defaultValue: true, eventType: 'click' },
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"description": "Stop the YouTube rabbit hole. Customize YouTube's user interface to be less engaging.",
|
||||
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
|
||||
"manifest_version": 2,
|
||||
"version": "4.2.10",
|
||||
"version": "4.2.11",
|
||||
|
||||
"icons": {
|
||||
"16": "images/16.png",
|
||||
|
||||
Reference in New Issue
Block a user