undo latest commit

This commit is contained in:
Amm0ni4 2024-10-07 16:00:23 +02:00
parent 0d6f7c144f
commit d24e93fdcb
2 changed files with 4 additions and 4 deletions

View file

@ -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; */
})();

View file

@ -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; */
})();