mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +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);
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ Version 0.4.3c:
|
|||
|
||||
fixes:
|
||||
- display of about:blank broken in Waterfox
|
||||
- pinned tabs were not loaded and JS not executed in some cases
|
||||
|
||||
Version 0.4.3b:
|
||||
known issues:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue