Set default to off

This commit is contained in:
Lawrence Hook
2022-03-19 16:33:39 -04:00
parent 348b9709ee
commit 3bdf2d9140
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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",