From 2bcdc312bb04e0cef7682c334fbf878d9d6d04e6 Mon Sep 17 00:00:00 2001 From: Mahadevan Sreenivasan Date: Tue, 16 Jun 2020 20:10:24 +0530 Subject: fix: Update Whatsapp counter - Update bubble class name from OUeyt to _31gEB --- all.json | 2 +- archives/whatsapp.tar.gz | Bin 183529 -> 183467 bytes uncompressed/whatsapp/package.json | 2 +- uncompressed/whatsapp/webview.js | 2 +- 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 @@ "featured": true, "id": "whatsapp", "name": "WhatsApp", - "version": "2.0.3", + "version": "2.0.4", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/whatsapp/icon.png", "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 Binary files a/archives/whatsapp.tar.gz and b/archives/whatsapp.tar.gz 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 @@ { "id": "whatsapp", "name": "WhatsApp", - "version": "2.0.3", + "version": "2.0.4", "description": "WhatsApp", "main": "index.js", "author": "Stefan Malzner ", 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 () => { module.exports = Franz => { const getMessages = function getMessages() { - const elements = document.querySelectorAll("[class=OUeyt]"); + const elements = document.querySelectorAll("[class=_31gEB]"); var count = 0; var indirectCount = 0; -- cgit v1.2.3-70-g09d2