summaryrefslogtreecommitdiff
path: root/src/content/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/content.js')
-rw-r--r--src/content/content.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content/content.js b/src/content/content.js
index 5ba5076..a74aa0c 100644
--- a/src/content/content.js
+++ b/src/content/content.js
@@ -2,6 +2,10 @@
// debug = () => {}; // XPI_ONLY
+function createHTMLElement(name) {
+ return document.createElementNS("http://www.w3.org/1999/xhtml", name);
+}
+
var _ = browser.i18n.getMessage;
var canScript = true;