aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-28 10:06:50 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-28 10:06:50 +0100
commit2dd9fe8b06468580d75f0948478cd8e10732b76f (patch)
tree9cd68aaa5945ab021c5b367fd13ea09845358021 /uncompressed
parentAdd gh-load script (diff)
downloadferdium-recipes-2dd9fe8b06468580d75f0948478cd8e10732b76f.tar.gz
ferdium-recipes-2dd9fe8b06468580d75f0948478cd8e10732b76f.tar.zst
ferdium-recipes-2dd9fe8b06468580d75f0948478cd8e10732b76f.zip
Update Whatsapp
Diffstat (limited to 'uncompressed')
-rw-r--r--uncompressed/whatsapp/package.json5
-rw-r--r--uncompressed/whatsapp/service.css4
-rw-r--r--uncompressed/whatsapp/webview.js2
3 files changed, 8 insertions, 3 deletions
diff --git a/uncompressed/whatsapp/package.json b/uncompressed/whatsapp/package.json
index 5ac1839..e5ef63a 100644
--- a/uncompressed/whatsapp/package.json
+++ b/uncompressed/whatsapp/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "whatsapp", 2 "id": "whatsapp",
3 "name": "WhatsApp", 3 "name": "WhatsApp",
4 "version": "1.0.17", 4 "version": "1.0.20",
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>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://web.whatsapp.com", 10 "serviceURL": "https://web.whatsapp.com",
11 "hasNotificationSound": true 11 "hasNotificationSound": true,
12 "disablewebsecurity": true
12 } 13 }
13} 14}
diff --git a/uncompressed/whatsapp/service.css b/uncompressed/whatsapp/service.css
index b453fd4..f0ce216 100644
--- a/uncompressed/whatsapp/service.css
+++ b/uncompressed/whatsapp/service.css
@@ -3,3 +3,7 @@
3 height: 100% !important; 3 height: 100% !important;
4 top: 0 !important; 4 top: 0 !important;
5} 5}
6
7._1Wk6A ._3YewW._31v_P._2Ptrm {
8 display: none;
9} \ No newline at end of file
diff --git a/uncompressed/whatsapp/webview.js b/uncompressed/whatsapp/webview.js
index 958808e..47d791d 100644
--- a/uncompressed/whatsapp/webview.js
+++ b/uncompressed/whatsapp/webview.js
@@ -39,7 +39,7 @@ module.exports = Franz => {
39 let count = 0; 39 let count = 0;
40 40
41 for (let i = 0; i < elements.length; i += 1) { 41 for (let i = 0; i < elements.length; i += 1) {
42 if (elements[i].querySelectorAll('.P6z4j').length === 1 && elements[i].querySelectorAll('*[data-icon="muted"]').length === 0) { 42 if (elements[i].querySelectorAll('*[data-icon="muted"]').length === 0) {
43 count += 1; 43 count += 1;
44 } 44 }
45 } 45 }