minor fix vnshortner

This commit is contained in:
Amm0ni4 2024-12-31 01:33:42 +01:00
parent 17afd15fdc
commit 27027ad767
2 changed files with 2 additions and 0 deletions

View file

@ -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() {

View file

@ -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() {