From e0ae64871e317d356c0fbd48a0e4c911d1089708 Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 3 Jul 2018 17:02:58 +0200 Subject: Fixed regression: dynamic script injection breaking images loaded as frame content. --- src/content/webglHook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/webglHook.js') 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; -- cgit v1.2.3