mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-01 17:33:00 +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]);
|
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||||
}); }) : null;
|
}); }) : 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-1')}) : null;
|
||||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : 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;
|
/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)
|
// psa.wf (adding here stuff missing from the main script)
|
||||||
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
|
/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;
|
/besargaji.com/.test(url) ? boostTimers() : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -566,7 +566,7 @@
|
||||||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||||
}); }) : null;
|
}); }) : 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-1')}) : null;
|
||||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : 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;
|
/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)
|
// psa.wf (adding here stuff missing from the main script)
|
||||||
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
|
/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;
|
/besargaji.com/.test(url) ? boostTimers() : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue