add saferoms.com

This commit is contained in:
Amm0ni4 2024-10-07 15:52:02 +02:00
parent 2752b14e26
commit 0d6f7c144f
4 changed files with 20 additions and 0 deletions

View file

@ -731,6 +731,7 @@
// @include /links.kmhd.net\/file/ // @include /links.kmhd.net\/file/
// @include /mastramstories.com\/api.php\?api/ // @include /mastramstories.com\/api.php\?api/
// @include /onlinetntextbooks.com/ // @include /onlinetntextbooks.com/
// @include /www.saferoms.com\/\?go=/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/

View file

@ -731,6 +731,7 @@
// @include /links.kmhd.net\/file/ // @include /links.kmhd.net\/file/
// @include /mastramstories.com\/api.php\?api/ // @include /mastramstories.com\/api.php\?api/
// @include /onlinetntextbooks.com/ // @include /onlinetntextbooks.com/
// @include /www.saferoms.com\/\?go=/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
@ -2383,6 +2384,14 @@
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2 // https://droplink.co/4eSowGz4 used by leechpremium.link step 2
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
// saferoms.com
/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;
})(); })();
(function() { (function() {

View file

@ -181,6 +181,7 @@
// @include /links.kmhd.net\/file/ // @include /links.kmhd.net\/file/
// @include /mastramstories.com\/api.php\?api/ // @include /mastramstories.com\/api.php\?api/
// @include /onlinetntextbooks.com/ // @include /onlinetntextbooks.com/
// @include /www.saferoms.com\/\?go=/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -891,6 +892,14 @@
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2 // https://droplink.co/4eSowGz4 used by leechpremium.link step 2
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
// saferoms.com
/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;
})(); })();
(function() { (function() {

View file

@ -711,6 +711,7 @@ https://paster.so/*
/links.kmhd.net\/file/ /links.kmhd.net\/file/
/mastramstories.com\/api.php\?api/ /mastramstories.com\/api.php\?api/
/onlinetntextbooks.com/ /onlinetntextbooks.com/
/www.saferoms.com\/\?go=/
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
/(mega-enlace|acortados).com/ /(mega-enlace|acortados).com/