Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Show block icon after loading from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
otsmr committed Apr 12, 2021
1 parent efa7844 commit 67238e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ try {

if (cache.currentCachedSelectors.length > 0) {
injectBlockerRules(cache.currentCachedRules);
browser.runtime.sendMessage('blocked');
}

startPopUpCleaner();
Expand All @@ -232,4 +233,4 @@ try {

} catch (error) {
logger.error("ERROR:", error);
}
}

0 comments on commit 67238e2

Please sign in to comment.