mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-15 15:33:48 +05:00
minor fix vnshortner
This commit is contained in:
parent
17afd15fdc
commit
27027ad767
2 changed files with 2 additions and 0 deletions
|
@ -2474,6 +2474,7 @@
|
|||
|
||||
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||
window.countdown = 0;
|
||||
clickWithDelay('#my-btn', 3000);
|
||||
}) : null;
|
||||
/bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
|
||||
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||
window.countdown = 0;
|
||||
clickWithDelay('#my-btn', 3000);
|
||||
}) : null;
|
||||
/bebkub.com/.test(url) ? afterDOMLoaded(function() {
|
||||
|
|
Loading…
Reference in a new issue