From 6ff794422f296f5370299e497792ee91eccb8dc6 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 31 Jan 2020 19:56:42 +0100 Subject: Replace Google Service User Agents --- all.json | 14 +++++++------- gmail.tar.gz | Bin 65473 -> 65405 bytes googleallo.tar.gz | Bin 29299 -> 29252 bytes googlecalendar.tar.gz | Bin 99644 -> 99608 bytes googledrive.tar.gz | Bin 13756 -> 13726 bytes googlekeep.tar.gz | Bin 10940 -> 10900 bytes hangouts.tar.gz | Bin 6837 -> 61018 bytes hangoutschat.tar.gz | Bin 3985 -> 10037 bytes uncompressed/gmail/index.js | 2 +- uncompressed/gmail/package.json | 2 +- uncompressed/googleallo/index.js | 2 +- uncompressed/googleallo/package.json | 2 +- uncompressed/googlecalendar/index.js | 2 +- uncompressed/googlecalendar/package.json | 2 +- uncompressed/googledrive/index.js | 2 +- uncompressed/googledrive/package.json | 2 +- uncompressed/googlekeep/index.js | 2 +- uncompressed/googlekeep/package.json | 2 +- uncompressed/hangouts/index.js | 11 ++++++----- uncompressed/hangouts/package.json | 2 +- uncompressed/hangoutschat/index.js | 9 ++++++--- uncompressed/hangoutschat/package.json | 2 +- 22 files changed, 31 insertions(+), 27 deletions(-) diff --git a/all.json b/all.json index 5aec6ad..00f1cae 100644 --- a/all.json +++ b/all.json @@ -136,7 +136,7 @@ "featured": false, "id": "gmail", "name": "Gmail", - "version": "1.2.2", + "version": "1.2.3", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/gmail/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/gmail/icon.svg" @@ -147,7 +147,7 @@ "featured": false, "id": "googleallo", "name": "Google Allo", - "version": "1.0.1", + "version": "1.0.2", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googleallo/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googleallo/icon.svg" @@ -158,7 +158,7 @@ "featured": false, "id": "googlecalendar", "name": "Google Calendar", - "version": "1.0.1", + "version": "1.0.2", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googlecalendar/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googlecalendar/icon.svg" @@ -169,7 +169,7 @@ "featured": false, "id": "googlekeep", "name": "Google Keep", - "version": "1.0.1", + "version": "1.0.2", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googlekeep/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googlekeep/icon.svg" @@ -213,7 +213,7 @@ "featured": false, "id": "hangouts", "name": "Hangouts", - "version": "1.0.0", + "version": "1.0.1", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/hangouts/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/hangouts/icon.svg" @@ -224,7 +224,7 @@ "featured": false, "id": "hangoutschat", "name": "Hangouts Chat", - "version": "1.1.1", + "version": "1.1.2", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/hangoutschat/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/hangoutschat/icon.svg" @@ -895,7 +895,7 @@ "featured": false, "id": "googledrive", "name": "Google Drive", - "version": "1.0.1", + "version": "1.0.2", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googledrive/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/googledrive/icon.svg" diff --git a/gmail.tar.gz b/gmail.tar.gz index 6ce985a..ceb1030 100644 Binary files a/gmail.tar.gz and b/gmail.tar.gz differ diff --git a/googleallo.tar.gz b/googleallo.tar.gz index d984673..dff4e63 100644 Binary files a/googleallo.tar.gz and b/googleallo.tar.gz differ diff --git a/googlecalendar.tar.gz b/googlecalendar.tar.gz index 9551199..f9fe9b6 100644 Binary files a/googlecalendar.tar.gz and b/googlecalendar.tar.gz differ diff --git a/googledrive.tar.gz b/googledrive.tar.gz index be03ed0..59dbdac 100644 Binary files a/googledrive.tar.gz and b/googledrive.tar.gz differ diff --git a/googlekeep.tar.gz b/googlekeep.tar.gz index b95d3f6..b6698e3 100644 Binary files a/googlekeep.tar.gz and b/googlekeep.tar.gz differ diff --git a/hangouts.tar.gz b/hangouts.tar.gz index e213358..5e357a7 100644 Binary files a/hangouts.tar.gz and b/hangouts.tar.gz differ diff --git a/hangoutschat.tar.gz b/hangoutschat.tar.gz index d05afaf..15b1e63 100644 Binary files a/hangoutschat.tar.gz and b/hangoutschat.tar.gz differ 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 @@ module.exports = Franz => class Gmail extends Franz { overrideUserAgent() { - return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; } }; 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 @@ { "id": "gmail", "name": "Gmail", - "version": "1.2.2", + "version": "1.2.3", "description": "Gmail", "main": "index.js", "author": "Stefan Malzner ", 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 @@ module.exports = Franz => class googleallo extends Franz { overrideUserAgent() { - return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; } }; 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 @@ { "id": "googleallo", "name": "Google Allo", - "version": "1.0.1", + "version": "1.0.2", "description": "Google Allo", "main": "index.js", "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 @@ module.exports = Franz => class googlecalendar extends Franz { overrideUserAgent() { - return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; } }; 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 @@ { "id": "googlecalendar", "name": "Google Calendar", - "version": "1.0.1", + "version": "1.0.2", "description": "Google Calendar", "main": "index.js", "author": "Rico Herwig ", 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 @@ module.exports = Franz => class googledrive extends Franz { overrideUserAgent() { - return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; } }; 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 @@ { "id": "googledrive", "name": "Google Drive", - "version": "1.0.1", + "version": "1.0.2", "description": "Google Drive", "main": "index.js", "author": "Djonathan Goulart", 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 @@ module.exports = Franz => class googlekeep extends Franz { overrideUserAgent() { - return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"; + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; } }; 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 @@ { "id": "googlekeep", "name": "Google Keep", - "version": "1.0.1", + "version": "1.0.2", "description": "Google Keep", "main": "index.js", "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 @@ -"use strict"; - -// just pass through Franz -module.exports = Franz => Franz; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImhhbmdvdXRzL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQTtBQUNBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJoYW5nb3V0cy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIGp1c3QgcGFzcyB0aHJvdWdoIEZyYW56XG5tb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file +module.exports = Franz => + class hangouts extends Franz { + overrideUserAgent() { + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; + } + }; 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 @@ { "id": "hangouts", "name": "Hangouts", - "version": "1.0.0", + "version": "1.0.1", "description": "Hangouts", "main": "index.js", "author": "Stefan Malzner ", 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 @@ -"use strict"; - -module.exports = Franz => Franz; \ No newline at end of file +module.exports = Franz => + class hangoutschat extends Franz { + overrideUserAgent() { + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; + } + }; 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 @@ { "id": "hangoutschat", "name": "Hangouts Chat", - "version": "1.1.1", + "version": "1.1.2", "description": "Hangouts Chat", "main": "index.js", "author": "Stefan Malzner ", -- cgit v1.2.3-54-g00ecf