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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/uncompressed/instagram/index.js b/uncompressed/instagram/index.js
new file mode 100644
index 0000000..b64a3e4
--- /dev/null
+++ b/uncompressed/instagram/index.js
@@ -0,0 +1,7 @@
1'use strict'
2
3module.exports = Franz => class Instagram extends Franz {
4 overrideUserAgent() {
5 return 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B137 Safari/601.1'
6 }
7} \ No newline at end of file