diff --git a/background/background.js b/background/background.js index b6f315a..f0bd186 100644 --- a/background/background.js +++ b/background/background.js @@ -55,8 +55,8 @@ chrome.tabs.onActivated.addListener((activeInfo) => { // handle tab update(open, reload) chrome.tabs.onUpdated.addListener((tabId, changeInfo, tab) => { - // if ((changeInfo.status === 'complete') || (changeInfo.status === 'loading')) { - if (changeInfo.status === 'loading') { + if ((changeInfo.status === 'complete') || (changeInfo.status === 'loading')) { + // if (changeInfo.status === 'loading') { const url = tab.url if (url.includes('chrome://')) { diff --git a/manifest.json b/manifest.json index 5c9ba01..ad3c33b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "PopUpOFF - Popup and overlay blocker", "short_name": "PopUpOFF", - "version": "1.1.8", + "version": "1.1.9", "description": "Removes and prevents popups, overlays and cookie notifications, other tools do not. Enjoy the original look of the internet.", "permissions": [ "activeTab",