aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-06-16 20:10:24 +0530
committerLibravatar Mahadevan Sreenivasan <mahadevan_sv@yahoo.com>2020-06-16 20:10:24 +0530
commit2bcdc312bb04e0cef7682c334fbf878d9d6d04e6 (patch)
tree127c4dfde04bdfe6956224134cc5623e6dfd4b20
parentMerge pull request #201 from kittywhiskers/master (diff)
downloadferdium-recipes-2bcdc312bb04e0cef7682c334fbf878d9d6d04e6.tar.gz
ferdium-recipes-2bcdc312bb04e0cef7682c334fbf878d9d6d04e6.tar.zst
ferdium-recipes-2bcdc312bb04e0cef7682c334fbf878d9d6d04e6.zip
fix: Update Whatsapp counter
- Update bubble class name from OUeyt to _31gEB
-rw-r--r--all.json2
-rw-r--r--archives/whatsapp.tar.gzbin183529 -> 183467 bytes
-rw-r--r--uncompressed/whatsapp/package.json2
-rw-r--r--uncompressed/whatsapp/webview.js2
4 files changed, 3 insertions, 3 deletions
diff --git a/all.json b/all.json
index 1819d7d..7a0c58b 100644
--- a/all.json
+++ b/all.json
@@ -1104,7 +1104,7 @@
1104 "featured": true, 1104 "featured": true,
1105 "id": "whatsapp", 1105 "id": "whatsapp",
1106 "name": "WhatsApp", 1106 "name": "WhatsApp",
1107 "version": "2.0.3", 1107 "version": "2.0.4",
1108 "icons": { 1108 "icons": {
1109 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/whatsapp/icon.png", 1109 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/whatsapp/icon.png",
1110 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/whatsapp/icon.svg" 1110 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/whatsapp/icon.svg"
diff --git a/archives/whatsapp.tar.gz b/archives/whatsapp.tar.gz
index 1d48d3a..e63eff8 100644
--- a/archives/whatsapp.tar.gz
+++ b/archives/whatsapp.tar.gz
Binary files differ
diff --git a/uncompressed/whatsapp/package.json b/uncompressed/whatsapp/package.json
index 19daf29..379dbe4 100644
--- a/uncompressed/whatsapp/package.json
+++ b/uncompressed/whatsapp/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "whatsapp", 2 "id": "whatsapp",
3 "name": "WhatsApp", 3 "name": "WhatsApp",
4 "version": "2.0.3", 4 "version": "2.0.4",
5 "description": "WhatsApp", 5 "description": "WhatsApp",
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/whatsapp/webview.js b/uncompressed/whatsapp/webview.js
index 6cc173a..23838ac 100644
--- a/uncompressed/whatsapp/webview.js
+++ b/uncompressed/whatsapp/webview.js
@@ -28,7 +28,7 @@ window.addEventListener('beforeunload', async () => {
28 28
29module.exports = Franz => { 29module.exports = Franz => {
30 const getMessages = function getMessages() { 30 const getMessages = function getMessages() {
31 const elements = document.querySelectorAll("[class=OUeyt]"); 31 const elements = document.querySelectorAll("[class=_31gEB]");
32 var count = 0; 32 var count = 0;
33 var indirectCount = 0; 33 var indirectCount = 0;
34 34