From 6ff794422f296f5370299e497792ee91eccb8dc6 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 31 Jan 2020 19:56:42 +0100 Subject: Replace Google Service User Agents --- uncompressed/hangoutschat/index.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'uncompressed/hangoutschat/index.js') 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 @@ -"use strict"; - -module.exports = Franz => Franz; \ No newline at end of file +module.exports = Franz => + class hangoutschat extends Franz { + overrideUserAgent() { + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; + } + }; -- cgit v1.2.3-70-g09d2