mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added note
This commit is contained in:
parent
5b5a63f40b
commit
7631cceb3d
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
})();
|
||||
|
|
|
@ -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;
|
||||
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue