aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlecalendar/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:17:54 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:17:54 +0100
commitdbc43bfd258d4d7db25b36895a1bfc202361173b (patch)
tree4ce85b1b97f18e4463ece01fd04f724cfba0fcc6 /uncompressed/googlecalendar/index.js
parent#17 Add MonicaHQ (diff)
downloadferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.tar.gz
ferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.tar.zst
ferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.zip
getferdi/ferdi#320 Update user agents for Google recipes
Diffstat (limited to 'uncompressed/googlecalendar/index.js')
-rw-r--r--uncompressed/googlecalendar/index.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/uncompressed/googlecalendar/index.js b/uncompressed/googlecalendar/index.js
index 0cec036..fda5f87 100644
--- a/uncompressed/googlecalendar/index.js
+++ b/uncompressed/googlecalendar/index.js
@@ -1,4 +1,6 @@
1"use strict"; 1module.exports = Franz =>
2 2 class googlecalendar extends Franz {
3module.exports = Franz => Franz; 3 overrideUserAgent() {
4//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImdvb2dsZWNhbGVuZGFyL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQkMsU0FBU0EsS0FBMUIiLCJmaWxlIjoiZ29vZ2xlY2FsZW5kYXIvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJtb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file 4 return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36";
5 }
6 };