Put defaults in the right place

This commit is contained in:
2025-10-17 15:55:15 -04:00
parent 73fee5614a
commit 44456c6d0f

View File

@ -13,8 +13,17 @@ const STOP_ENDPOINT = "https://life.lab.unbl.ink/?action=stop&scrobble_url=";
// *.chatgpt.com // *.chatgpt.com
const DEFAULT_SETTINGS = { const DEFAULT_SETTINGS = {
delay: 7, delay: 7,
blacklist: ["*.unbl.ink", "moz-extension://"], blacklist: [
"*.unbl.ink",
"moz-extension://",
"*.google.com",
"gmail.com",
"*.chatgpt.com",
"*.ebay.com",
"*.amazon.com",
],
paused: false, paused: false,
siteDelays: { "readscomisconline.ru": 1 },
}; };
// Utility: wildcard match // Utility: wildcard match