diff --git a/src/content/content.js b/src/content/content.js index b5905c8..dec067d 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -2,7 +2,7 @@ // debug = () => {}; // XPI_ONLY -window.canScript = true; +var canScript = true; function createHTMLElement(name) { return document.createElementNS("http://www.w3.org/1999/xhtml", name);