mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Discarded pre-intercept
It broke pinned tabs and JS in some cases. Fixes #164.
This commit is contained in:
parent
de5ac1f6d4
commit
22fd0e8be1
@ -61,6 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
scope.preIntercept = function preIntercept({subject: window}, apis){
|
scope.preIntercept = function preIntercept({subject: window}, apis){
|
||||||
|
settings.forceLoad();
|
||||||
if (!settings.isStillDefault){
|
if (!settings.isStillDefault){
|
||||||
scope.intercept({subject: window}, apis);
|
scope.intercept({subject: window}, apis);
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@ Version 0.4.3c:
|
|||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
- display of about:blank broken in Waterfox
|
- display of about:blank broken in Waterfox
|
||||||
|
- pinned tabs were not loaded and JS not executed in some cases
|
||||||
|
|
||||||
Version 0.4.3b:
|
Version 0.4.3b:
|
||||||
known issues:
|
known issues:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user