mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
undo latest commit
This commit is contained in:
parent
0d6f7c144f
commit
d24e93fdcb
2 changed files with 4 additions and 4 deletions
|
@ -2385,12 +2385,12 @@
|
|||
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
/* /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
dlLink = decodeURIComponent(atob(dlLink.split('safelink_redirect=')[1]));
|
||||
dlLink = dlLink.match(/"safelink":"(.*?)"/)[1];
|
||||
if (confirm(`Confirm to redirect to \n${dlLink.split('https://href.li/?')[1]}\n`)) {redirect(dlLink);}
|
||||
}) : null;
|
||||
}) : null; */
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -893,12 +893,12 @@
|
|||
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
/* /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
dlLink = decodeURIComponent(atob(dlLink.split('safelink_redirect=')[1]));
|
||||
dlLink = dlLink.match(/"safelink":"(.*?)"/)[1];
|
||||
if (confirm(`Confirm to redirect to \n${dlLink.split('https://href.li/?')[1]}\n`)) {redirect(dlLink);}
|
||||
}) : null;
|
||||
}) : null; */
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue