aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/webview-unsafe.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-05 00:00:33 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-04 23:00:33 +0000
commit95c5fc18d6e9bef47268e6a932d88de9e8cca0d5 (patch)
tree6254558570f315072e9af33afc54e1d4f55c3adf /recipes/whatsapp/webview-unsafe.js
parentFix outlook issue by changing the service URL (#104) (diff)
downloadferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.tar.gz
ferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.tar.zst
ferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.zip
Add Tiktok recipe (#105)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/whatsapp/webview-unsafe.js')
-rw-r--r--recipes/whatsapp/webview-unsafe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/whatsapp/webview-unsafe.js b/recipes/whatsapp/webview-unsafe.js
index 726014f..b6b365b 100644
--- a/recipes/whatsapp/webview-unsafe.js
+++ b/recipes/whatsapp/webview-unsafe.js
@@ -1,6 +1,6 @@
1const PUSHSTATE_NORMAL = 0; 1const PUSHSTATE_NORMAL = 0;
2const PUSHSTATE_THROTTLE = 1; 2const PUSHSTATE_THROTTLE = 1;
3const PUSHSTATE_DISABLE = 2; 3// const PUSHSTATE_DISABLE = 2;
4 4
5const PUSHSTATE_THROTTLE_THRESHOLD = 1; 5const PUSHSTATE_THROTTLE_THRESHOLD = 1;
6 6