aboutsummaryrefslogtreecommitdiff
path: root/background
diff options
context:
space:
mode:
Diffstat (limited to 'background')
-rw-r--r--background/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/background/main.js b/background/main.js
index 9cdfb97..358d549 100644
--- a/background/main.js
+++ b/background/main.js
@@ -186,9 +186,9 @@ start_webRequest_operations();
const code = `\
console.warn("Hi, I'm Mr Dynamic!");
-console.debug("let's see how window.killtheweb looks like now");
+console.debug("let's see how window.haketilo_exports looks like now");
-console.log("killtheweb", window.killtheweb);
+console.log("haketilo_exports", window.haketilo_exports);
`
async function test_dynamic_content_scripts()