diff --git a/background.js b/background.js index afd974b..137a4cd 100644 --- a/background.js +++ b/background.js @@ -85,7 +85,6 @@ browser.tabs.onUpdated.addListener(async (tabId, changeInfo, tab) => { const url = encodeURIComponent(tab.url); updateIcon("wait"); - if (activeTabs.has(tabId)) clearTimeout(activeTabs.get(tabId)); const siteDelay = getDelayForUrl(url, await getSettings()); if (activeTabs.has(tabId)) clearTimeout(activeTabs.get(tabId));