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