diff --git a/scripts/content.js b/scripts/content.js index aa50c99..8faa789 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -334,6 +334,7 @@ async function runner() { if (currentHourUTC >= 23 || currentHourUTC < 9) { // Continue running the code } else { + await chrome.storage.local.set({ "__status": "not operational hours" }); isRunning = false; return; }