From 44456c6d0f7a25808523b965069fc41917fd1395 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 17 Oct 2025 15:55:15 -0400 Subject: [PATCH] Put defaults in the right place --- background.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index 5987118..2718fc1 100644 --- a/background.js +++ b/background.js @@ -13,8 +13,17 @@ const STOP_ENDPOINT = "https://life.lab.unbl.ink/?action=stop&scrobble_url="; // *.chatgpt.com const DEFAULT_SETTINGS = { delay: 7, - blacklist: ["*.unbl.ink", "moz-extension://"], + blacklist: [ + "*.unbl.ink", + "moz-extension://", + "*.google.com", + "gmail.com", + "*.chatgpt.com", + "*.ebay.com", + "*.amazon.com", + ], paused: false, + siteDelays: { "readscomisconline.ru": 1 }, }; // Utility: wildcard match