From 141f57df90f4c32d6ac191512750d664e1420666 Mon Sep 17 00:00:00 2001 From: Lawrence Hook Date: Sat, 27 Apr 2024 21:42:04 -0400 Subject: [PATCH] Set "skip ads" to default false --- src/manifest.json | 2 +- src/shared/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 3aa47b0..8b13eaa 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions", "manifest_version": 2, - "version": "4.3.54", + "version": "4.3.55", "icons": { "16": "/images/16.png", diff --git a/src/shared/main.js b/src/shared/main.js index 6e0c3c8..4b8cb3e 100644 --- a/src/shared/main.js +++ b/src/shared/main.js @@ -214,7 +214,7 @@ const SECTIONS = [ name: "Skip and close ads", tags: "Basic", id: "auto_skip_ads", - defaultValue: true + defaultValue: false }, { name: "Disable autoplay",