aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hangoutschat/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
commit6ff794422f296f5370299e497792ee91eccb8dc6 (patch)
treecde1c0dd3a06bb90b4750109f3d1b86615b42e39 /uncompressed/hangoutschat/index.js
parentgetferdi/ferdi#320 Update user agents for Google recipes (diff)
downloadferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.gz
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.zst
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.zip
Replace Google Service User Agents
Diffstat (limited to 'uncompressed/hangoutschat/index.js')
-rw-r--r--uncompressed/hangoutschat/index.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/uncompressed/hangoutschat/index.js b/uncompressed/hangoutschat/index.js
index e8243fb..298a17c 100644
--- a/uncompressed/hangoutschat/index.js
+++ b/uncompressed/hangoutschat/index.js
@@ -1,3 +1,6 @@
1"use strict"; 1module.exports = Franz =>
2 2 class hangoutschat extends Franz {
3module.exports = Franz => Franz; \ No newline at end of file 3 overrideUserAgent() {
4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 }
6 };