summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
authorhackademix2018-07-03 17:02:58 +0200
committerhackademix2018-07-03 17:02:58 +0200
commite0ae64871e317d356c0fbd48a0e4c911d1089708 (patch)
treee10cf0ef0dc2d0b8928727452a9554f2794c70cf /src/content
parent81bd93a72d0b49fd78908f7c467ae9f324791e23 (diff)
downloadnoscript-e0ae64871e317d356c0fbd48a0e4c911d1089708.tar.gz
noscript-e0ae64871e317d356c0fbd48a0e4c911d1089708.tar.xz
noscript-e0ae64871e317d356c0fbd48a0e4c911d1089708.zip
Fixed regression: dynamic script injection breaking images loaded as frame content.
Diffstat (limited to 'src/content')
-rw-r--r--src/content/webglHook.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/webglHook.js b/src/content/webglHook.js
index 5b83025..c3b7aaa 100644
--- a/src/content/webglHook.js
+++ b/src/content/webglHook.js
@@ -1,4 +1,4 @@
-console.log("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML);
+debug("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML);
try {
let proto = HTMLCanvasElement.prototype;
let getContext = proto.getContext;