1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Discarded pre-intercept

It broke pinned tabs and JS in some cases.

Fixes #164.
This commit is contained in:
kkapsner 2017-12-16 19:27:29 +01:00
parent de5ac1f6d4
commit 22fd0e8be1
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@
}
scope.preIntercept = function preIntercept({subject: window}, apis){
settings.forceLoad();
if (!settings.isStillDefault){
scope.intercept({subject: window}, apis);
}