mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
parent
66536113e8
commit
b968e3e7a0
@ -48,11 +48,11 @@
|
||||
|
||||
frames.forEvery(function(frame){
|
||||
frame.addEventListener("DOMWindowCreated", function(ev){
|
||||
function notify(data){
|
||||
frame.port.emit("canvasBlocker-notify", data);
|
||||
}
|
||||
if (enabled){
|
||||
var subject = ev.target.defaultView;
|
||||
function notify(data){
|
||||
frame.port.emit("canvasBlocker-notify", data);
|
||||
}
|
||||
intercept(
|
||||
{subject},
|
||||
{check, checkStack, ask: askWrapper, notify, prefs}
|
||||
|
@ -7,6 +7,7 @@ Version 0.3.7:
|
||||
|
||||
fixes:
|
||||
- fake at input was broken
|
||||
- did not work at all in Firefox 45.7.0 (ESR)
|
||||
|
||||
Version 0.3.6:
|
||||
changes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user