aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uncompressed/Google Meet/index.js14
1 files changed, 6 insertions, 8 deletions
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 @@
1"use strict"; 1module.exports = Franz =>
2 2 class Gmail extends Franz {
3module.exports = Franz => class Messenger extends Franz { 3 overrideUserAgent() {
4 overrideUserAgent() { 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, ''); 5 }
6 } 6 };
7
8}; \ No newline at end of file