From 81bd93a72d0b49fd78908f7c467ae9f324791e23 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 2 Jul 2018 01:50:32 +0200 Subject: Simplified and apparently more reliable+flexible+efficient dynamic script injection method. --- 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 ba0d769..5b83025 100644 --- a/src/content/webglHook.js +++ b/src/content/webglHook.js @@ -1,4 +1,4 @@ -console.log("WebGL Hook", document.documentElement.innerHTML); +console.log("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML); try { let proto = HTMLCanvasElement.prototype; let getContext = proto.getContext; -- cgit v1.2.3