aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/instagram/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/instagram/webview.js')
-rw-r--r--uncompressed/instagram/webview.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/uncompressed/instagram/webview.js b/uncompressed/instagram/webview.js
new file mode 100644
index 0000000..aede5a5
--- /dev/null
+++ b/uncompressed/instagram/webview.js
@@ -0,0 +1,7 @@
1const path = require("path");
2
3module.exports = Franz => {
4 // Apply fixes suggested in
5 // https://github.com/getferdi/recipes/issues/1
6 Franz.injectCSS(path.join(__dirname, "service.css"));
7};