Put defaults in the right place
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user