mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-07 10:24:09 +05:00
add saferoms.com
This commit is contained in:
parent
2752b14e26
commit
0d6f7c144f
4 changed files with 20 additions and 0 deletions
|
@ -731,6 +731,7 @@
|
|||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -731,6 +731,7 @@
|
|||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2383,6 +2384,14 @@
|
|||
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
|
||||
/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() {
|
||||
|
|
|
@ -181,6 +181,7 @@
|
|||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -891,6 +892,14 @@
|
|||
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
|
||||
/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() {
|
||||
|
|
|
@ -711,6 +711,7 @@ https://paster.so/*
|
|||
/links.kmhd.net\/file/
|
||||
/mastramstories.com\/api.php\?api/
|
||||
/onlinetntextbooks.com/
|
||||
/www.saferoms.com\/\?go=/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue