aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/Google Meet/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-02-23 21:27:24 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-23 21:27:24 +0100
commita71833cd1e0764d1626d886baed756efe1fa4bad (patch)
tree37813338b32269185ca5c8c15838a87689833f0c /uncompressed/Google Meet/index.js
parentReview Custom Website URL validation (#47) (diff)
parentrepackaging (diff)
downloadferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.tar.gz
ferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.tar.zst
ferdium-recipes-a71833cd1e0764d1626d886baed756efe1fa4bad.zip
Merge pull request #46 from n-xlkt/feat/gmeet
Feat/gmeet
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 };