diff --git a/scripts/content.js b/scripts/content.js index be13b8f..0eb13af 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -177,7 +177,7 @@ async function runner() { for (let key in config) { if (config.hasOwnProperty(key) - && (!_.isEqual(config[key], prev_config[key]) || prev_config[key] === null)) { + && !_.isEqual(config[key], prev_config[key])) { console.log(`Config change: ${key}, ${prev_config[key]} => ${config[key]}`); // reduce countdown if frequency is reduced