added note

This commit is contained in:
Amm0ni4 2024-04-05 00:15:36 +02:00
parent 5b5a63f40b
commit 7631cceb3d
2 changed files with 4 additions and 4 deletions

View file

@ -2280,7 +2280,7 @@
link.href = atob(link.getAttribute('href').split('?url=')[1]);
}); }) : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null;
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
@ -2301,7 +2301,7 @@
// psa.wf (adding here stuff missing from the main script)
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? boostTimers() : null;
})();

View file

@ -566,7 +566,7 @@
link.href = atob(link.getAttribute('href').split('?url=')[1]);
}); }) : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null;
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
@ -587,7 +587,7 @@
// psa.wf (adding here stuff missing from the main script)
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? boostTimers() : null;
})();