Index: include.preload.js |
diff --git a/include.preload.js b/include.preload.js |
index 1dc83156aa05a657acf19bef98664a09678db783..fca4afa1b41061176eabc75eb9b09d25d881c27c 100644 |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -523,3 +523,10 @@ if (document instanceof HTMLDocument) |
checkCollapse(element); |
}, true); |
} |
+ |
+module.exports = { |
+ checkCollapse, |
+ elemhide, |
+ typeMap, |
+ getURLsFromElement |
+}; |