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:
parent
de5ac1f6d4
commit
22fd0e8be1
2 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
}
|
||||
|
||||
scope.preIntercept = function preIntercept({subject: window}, apis){
|
||||
settings.forceLoad();
|
||||
if (!settings.isStillDefault){
|
||||
scope.intercept({subject: window}, apis);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue