From c33d2493deda85ee1ad20b2ca7f366e0345fe956 Mon Sep 17 00:00:00 2001 From: aj <1295659+n-xlkt@users.noreply.github.com> Date: Fri, 21 Feb 2020 21:24:40 -0500 Subject: Update index.js --- uncompressed/Google Meet/index.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'uncompressed') diff --git a/uncompressed/Google Meet/index.js b/uncompressed/Google Meet/index.js index dd10055..97c6a73 100644 --- a/uncompressed/Google Meet/index.js +++ b/uncompressed/Google Meet/index.js @@ -1,8 +1,6 @@ -"use strict"; - -module.exports = Franz => class Messenger extends Franz { - overrideUserAgent() { - return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, ''); - } - -}; \ No newline at end of file +module.exports = Franz => + class Gmail 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-54-g00ecf