aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
commit6ff794422f296f5370299e497792ee91eccb8dc6 (patch)
treecde1c0dd3a06bb90b4750109f3d1b86615b42e39 /uncompressed
parentgetferdi/ferdi#320 Update user agents for Google recipes (diff)
downloadferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.gz
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.zst
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.zip
Replace Google Service User Agents
Diffstat (limited to 'uncompressed')
-rw-r--r--uncompressed/gmail/index.js2
-rw-r--r--uncompressed/gmail/package.json2
-rw-r--r--uncompressed/googleallo/index.js2
-rw-r--r--uncompressed/googleallo/package.json2
-rw-r--r--uncompressed/googlecalendar/index.js2
-rw-r--r--uncompressed/googlecalendar/package.json2
-rw-r--r--uncompressed/googledrive/index.js2
-rw-r--r--uncompressed/googledrive/package.json2
-rw-r--r--uncompressed/googlekeep/index.js2
-rw-r--r--uncompressed/googlekeep/package.json2
-rw-r--r--uncompressed/hangouts/index.js11
-rw-r--r--uncompressed/hangouts/package.json2
-rw-r--r--uncompressed/hangoutschat/index.js9
-rw-r--r--uncompressed/hangoutschat/package.json2
14 files changed, 24 insertions, 20 deletions
diff --git a/uncompressed/gmail/index.js b/uncompressed/gmail/index.js
index 9d9d8d3..97c6a73 100644
--- a/uncompressed/gmail/index.js
+++ b/uncompressed/gmail/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class Gmail extends Franz { 2 class Gmail extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
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"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/gmail/package.json b/uncompressed/gmail/package.json
index bd575b3..0ce9c64 100644
--- a/uncompressed/gmail/package.json
+++ b/uncompressed/gmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gmail", 2 "id": "gmail",
3 "name": "Gmail", 3 "name": "Gmail",
4 "version": "1.2.2", 4 "version": "1.2.3",
5 "description": "Gmail", 5 "description": "Gmail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
diff --git a/uncompressed/googleallo/index.js b/uncompressed/googleallo/index.js
index 4721bbd..63f45cb 100644
--- a/uncompressed/googleallo/index.js
+++ b/uncompressed/googleallo/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googleallo extends Franz { 2 class googleallo extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
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"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/googleallo/package.json b/uncompressed/googleallo/package.json
index 32ae392..466836c 100644
--- a/uncompressed/googleallo/package.json
+++ b/uncompressed/googleallo/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googleallo", 2 "id": "googleallo",
3 "name": "Google Allo", 3 "name": "Google Allo",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Allo", 5 "description": "Google Allo",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "SiloCityLabs LLC", 7 "author": "SiloCityLabs LLC",
diff --git a/uncompressed/googlecalendar/index.js b/uncompressed/googlecalendar/index.js
index fda5f87..5416ca3 100644
--- a/uncompressed/googlecalendar/index.js
+++ b/uncompressed/googlecalendar/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googlecalendar extends Franz { 2 class googlecalendar extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
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"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/googlecalendar/package.json b/uncompressed/googlecalendar/package.json
index 8673ec7..3a5a17b 100644
--- a/uncompressed/googlecalendar/package.json
+++ b/uncompressed/googlecalendar/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",
diff --git a/uncompressed/googledrive/index.js b/uncompressed/googledrive/index.js
index 68ab282..3d2e725 100644
--- a/uncompressed/googledrive/index.js
+++ b/uncompressed/googledrive/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googledrive extends Franz { 2 class googledrive extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
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"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/googledrive/package.json b/uncompressed/googledrive/package.json
index 3efe592..f741db5 100644
--- a/uncompressed/googledrive/package.json
+++ b/uncompressed/googledrive/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googledrive", 2 "id": "googledrive",
3 "name": "Google Drive", 3 "name": "Google Drive",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Drive", 5 "description": "Google Drive",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Djonathan Goulart<d.goulart@outlook.com.br>", 7 "author": "Djonathan Goulart<d.goulart@outlook.com.br>",
diff --git a/uncompressed/googlekeep/index.js b/uncompressed/googlekeep/index.js
index 3e2e7d3..aa0aeeb 100644
--- a/uncompressed/googlekeep/index.js
+++ b/uncompressed/googlekeep/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googlekeep extends Franz { 2 class googlekeep extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
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"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/googlekeep/package.json b/uncompressed/googlekeep/package.json
index 39421a6..afc4975 100644
--- a/uncompressed/googlekeep/package.json
+++ b/uncompressed/googlekeep/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlekeep", 2 "id": "googlekeep",
3 "name": "Google Keep", 3 "name": "Google Keep",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Keep", 5 "description": "Google Keep",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "SiloCityLabs LLC", 7 "author": "SiloCityLabs LLC",
diff --git a/uncompressed/hangouts/index.js b/uncompressed/hangouts/index.js
index 5390a41..d876475 100644
--- a/uncompressed/hangouts/index.js
+++ b/uncompressed/hangouts/index.js
@@ -1,5 +1,6 @@
1"use strict"; 1module.exports = Franz =>
2 2 class hangouts extends Franz {
3// just pass through Franz 3 overrideUserAgent() {
4module.exports = Franz => Franz; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImhhbmdvdXRzL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQTtBQUNBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJoYW5nb3V0cy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIGp1c3QgcGFzcyB0aHJvdWdoIEZyYW56XG5tb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file 5 }
6 };
diff --git a/uncompressed/hangouts/package.json b/uncompressed/hangouts/package.json
index 5835cb0..c8a3254 100644
--- a/uncompressed/hangouts/package.json
+++ b/uncompressed/hangouts/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "hangouts", 2 "id": "hangouts",
3 "name": "Hangouts", 3 "name": "Hangouts",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Hangouts", 5 "description": "Hangouts",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
diff --git a/uncompressed/hangoutschat/index.js b/uncompressed/hangoutschat/index.js
index e8243fb..298a17c 100644
--- a/uncompressed/hangoutschat/index.js
+++ b/uncompressed/hangoutschat/index.js
@@ -1,3 +1,6 @@
1"use strict"; 1module.exports = Franz =>
2 2 class hangoutschat extends Franz {
3module.exports = Franz => Franz; \ No newline at end of file 3 overrideUserAgent() {
4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 }
6 };
diff --git a/uncompressed/hangoutschat/package.json b/uncompressed/hangoutschat/package.json
index d2d400d..0976f09 100644
--- a/uncompressed/hangoutschat/package.json
+++ b/uncompressed/hangoutschat/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "hangoutschat", 2 "id": "hangoutschat",
3 "name": "Hangouts Chat", 3 "name": "Hangouts Chat",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "description": "Hangouts Chat", 5 "description": "Hangouts Chat",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",