aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlemeet/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-06 12:27:00 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-06 12:27:00 +0100
commitf4a81fefe28c15bddba15a0a38a8bfb8019638a5 (patch)
treef193c26b839d6adebd423f3c53f6461d44de5bab /uncompressed/googlemeet/index.js
parentAdd verify-all script (diff)
downloadferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.tar.gz
ferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.tar.zst
ferdium-recipes-f4a81fefe28c15bddba15a0a38a8bfb8019638a5.zip
Fix recipe differences
This will make no functional changes - it will only remove any differences that existed between the recipe archives and uncompressed versions in order to make the verify-all script work.
Diffstat (limited to 'uncompressed/googlemeet/index.js')
-rw-r--r--uncompressed/googlemeet/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/uncompressed/googlemeet/index.js b/uncompressed/googlemeet/index.js
new file mode 100644
index 0000000..97c6a73
--- /dev/null
+++ b/uncompressed/googlemeet/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 };