aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gmail/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/gmail/index.js')
-rw-r--r--uncompressed/gmail/index.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/uncompressed/gmail/index.js b/uncompressed/gmail/index.js
index 46f936f..e0d8165 100644
--- a/uncompressed/gmail/index.js
+++ b/uncompressed/gmail/index.js
@@ -1,2 +1,6 @@
1// just pass through Franz 1module.exports = Franz =>
2module.exports = Franz => Franz; 2 class Gmail extends Franz {
3 overrideUserAgent() {
4 return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36";
5 }
6 };