aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/Google Meet/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-06 11:31:19 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-06 11:31:19 +0100
commit332bfc4139371f489a34326ebdf48ce5d4bf0b8b (patch)
treeea6d6cdaf6984a4c9d9099f545840202007d9e7d /uncompressed/Google Meet/index.js
parent#34 Switch Office 365 Outlook recipe (diff)
parentRemove discountinued Google services (Allo/Inbox) #49 #50 (diff)
downloadferdium-recipes-332bfc4139371f489a34326ebdf48ce5d4bf0b8b.tar.gz
ferdium-recipes-332bfc4139371f489a34326ebdf48ce5d4bf0b8b.tar.zst
ferdium-recipes-332bfc4139371f489a34326ebdf48ce5d4bf0b8b.zip
Merge branch 'master' of https://github.com/getferdi/recipes
Diffstat (limited to 'uncompressed/Google Meet/index.js')
-rw-r--r--uncompressed/Google Meet/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/uncompressed/Google Meet/index.js b/uncompressed/Google Meet/index.js
new file mode 100644
index 0000000..97c6a73
--- /dev/null
+++ b/uncompressed/Google Meet/index.js
@@ -0,0 +1,6 @@
1module.exports = Franz =>
2 class Gmail extends Franz {
3 overrideUserAgent() {
4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 }
6 };