Fix blacklist

This commit is contained in:
2025-10-08 13:30:50 -04:00
parent 180108e4c2
commit 0e28dc3f08
2 changed files with 12 additions and 3 deletions

View File

@ -2,8 +2,17 @@ const SCROBBLE_ENDPOINT = "https://life.lab.unbl.ink/?scrobble_url=";
const STOP_ENDPOINT = "https://life.lab.unbl.ink/?action=stop&scrobble_url=";
// Default settings
// *.google.com
// *.annas-archive.org
// *.limetorrents.fun
// gmail.com
// *.duckduckgo.com
// *.ebay.com
// *.amazon.com
// *.boardgamegeek.com
// *.chatgpt.com
const DEFAULT_SETTINGS = {
delay: 10,
delay: 7,
blacklist: ["*.unbl.ink", "moz-extension://"],
paused: false,
};