aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/instagram/webview.js')
-rw-r--r--recipes/instagram/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/instagram/webview.js b/recipes/instagram/webview.js
index 1fb253d..e04a5c8 100644
--- a/recipes/instagram/webview.js
+++ b/recipes/instagram/webview.js
@@ -12,7 +12,7 @@ module.exports = Ferdi => {
12 12
13 Ferdi.loop(getMessages); 13 Ferdi.loop(getMessages);
14 14
15 // https://github.com/getferdi/recipes/blob/9d715597a600710c20f75412d3dcd8cdb7b3c39e/docs/frontend_api.md#usage-4 15 // https://github.com/ferdium/ferdium-recipes/blob/9d715597a600710c20f75412d3dcd8cdb7b3c39e/docs/frontend_api.md#usage-4
16 // Helper that activates DarkReader and injects your darkmode.css at the same time 16 // Helper that activates DarkReader and injects your darkmode.css at the same time
17 Ferdi.handleDarkMode((isEnabled, helpers) => { 17 Ferdi.handleDarkMode((isEnabled, helpers) => {
18 if (isEnabled) { 18 if (isEnabled) {