diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 05f826b..82adb0a 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -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/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 25a80c2..b845145 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -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() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 32d8ccc..9ce77b5 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -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() { diff --git a/supported_sites.txt b/supported_sites.txt index 6cb4b97..abcaa32 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -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/