aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/instagram/index.js')
-rw-r--r--recipes/instagram/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/instagram/index.js b/recipes/instagram/index.js
index 12ff25a..2c7de64 100644
--- a/recipes/instagram/index.js
+++ b/recipes/instagram/index.js
@@ -2,7 +2,7 @@ module.exports = Franz => class Instagram extends Franz {
2 overrideUserAgent() { 2 overrideUserAgent() {
3 return window.navigator.userAgent.replace( 3 return window.navigator.userAgent.replace(
4 /(Ferdi|Electron)\/\S+ \([^)]+\)/g, 4 /(Ferdi|Electron)\/\S+ \([^)]+\)/g,
5 "" 5 '',
6 ); 6 );
7 } 7 }
8}; 8};