Skip to content

Commit

Permalink
1.1.9 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanistHere committed Oct 5, 2020
1 parent 87e5913 commit 08ef275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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://')) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 08ef275

Please sign in to comment.