Add per site delays

This commit is contained in:
2025-10-17 15:54:00 -04:00
parent 0e28dc3f08
commit 73fee5614a
3 changed files with 33 additions and 4 deletions

View File

@ -3,8 +3,17 @@ document.getElementById("save").addEventListener("click", save);
const DEFAULT_SETTINGS = {
delay: 7,
blacklist: ["*.unbl.ink", "moz-extension://", "*.google.com", "gmail.com", "*.chatgpt.com", "*.ebay.com", "*.amazon.com"],
blacklist: [
"*.unbl.ink",
"moz-extension://",
"*.google.com",
"gmail.com",
"*.chatgpt.com",
"*.ebay.com",
"*.amazon.com",
],
paused: false,
siteDelays: { "readscomisconline.ru": 1 },
};
function restore() {