From 6f5ba4ad084bc98fc99055b264037a8e55c485b4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 20 Oct 2025 09:45:56 -0400 Subject: [PATCH] Fix minor bug in duplicate code ... gpt, sigh --- background.js | 1 - 1 file changed, 1 deletion(-) 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));