Update latest version from CGPT

This commit is contained in:
2025-11-03 09:00:30 -05:00
parent d0575dae6c
commit e1f53b5592
3 changed files with 167 additions and 130 deletions

25
shared_settings.js Normal file
View File

@ -0,0 +1,25 @@
const DEFAULT_SETTINGS = {
delaySeconds: 7,
scrobbleBaseUrl: "https://life.lab.unbl.ink",
blacklist: [
"*.unbl.ink",
"moz-extension://",
"*.google.com",
"gmail.com",
"*.chatgpt.com",
"*.ebay.com",
"*.amazon.com",
"*.merrysky.net",
"gemgetter.clearlysharp.com/",
"*.boardgamegeek.com",
"*.duckduckgo.com",
"*.geekgroup.app",
"*.local",
"*.service",
"*.todoist.com",
],
paused: false,
siteDelays: {
"readcomicsonline.ru": 1
}
};