From 9276a410e6b8b15e189bd9242ba735f54c86a1db Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 17 Jul 2024 14:05:56 +0200 Subject: [PATCH] fix render-state.to https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108 --- Bypass_All_Shortlinks.meta.js | 4 ++-- Bypass_All_Shortlinks.user.js | 12 +++++++++--- extra_bypasses/extra_bypasses.user.js | 7 +++++++ supported_sites.txt | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 0c1a84a..d3c2284 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.3.16 +// @version 92.3.17 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -144,7 +144,6 @@ // @include /^(https?:\/\/)(.+)?(bildirim.in|bildirim.eu|bildirim.link)(\/.*)/ // @match *://*.enlacito.com/* // @match *://*.webhostingtips.club/* -// @match *://*.render-state.to/* // @include /^(https?:\/\/)(.+)?(michaelemad.com|7misr4day.com)(\/.*)/ // @match *://*.shareus.io/* // @match *://*.adtival.network/* @@ -774,6 +773,7 @@ // @include /mayas.travel/ // @include /animesgd.net/ // @include /tucinehd.com\/links/ +// @include /render-state.to\/download\/\?link=/ // @include /filecrypt.(cc|co)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index b06256e..90a914a 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.3.16 +// @version 92.3.17 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -144,7 +144,6 @@ // @include /^(https?:\/\/)(.+)?(bildirim.in|bildirim.eu|bildirim.link)(\/.*)/ // @match *://*.enlacito.com/* // @match *://*.webhostingtips.club/* -// @match *://*.render-state.to/* // @include /^(https?:\/\/)(.+)?(michaelemad.com|7misr4day.com)(\/.*)/ // @match *://*.shareus.io/* // @match *://*.adtival.network/* @@ -774,6 +773,7 @@ // @include /mayas.travel/ // @include /animesgd.net/ // @include /tucinehd.com\/links/ +// @include /render-state.to\/download\/\?link=/ // @include /filecrypt.(cc|co)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ @@ -1302,7 +1302,7 @@ //BypassedByBloggerPemula(/enlacito.com|acortalink.me/, function() {setTimeout(() => {redirect(window.DYykkzwP,false);}, 2 * 1000);}); BypassedByBloggerPemula(/enlacito.com/, () => {let acorta = setInterval(function() {if (DYykkzwP) {redirect(DYykkzwP); clearInterval(acorta);}}, 500);}); BypassedByBloggerPemula(/webhostingtips.club/, {'/safe.php': ['link', 'https://jrlinks.in/safe2.php?link='],}, false); - BypassedByBloggerPemula(/render-state.to/, function() {if (BpParams.has('link')) {meta(atob(BpParams.get('link')));}}); + //BypassedByBloggerPemula(/render-state.to/, function() {if (BpParams.has('link')) {meta(atob(BpParams.get('link')));}}); BypassedByBloggerPemula(/michaelemad.com|7misr4day.com/, () => waitForElm('a.s-btn-f', mld => redirect(mld.href, false))); BypassedByBloggerPemula(/shareus.io/, function() {if (BpParams.has('sid')) {ReadytoClick('button.MuiButtonBase-root', 2);}}); BypassedByBloggerPemula(/adtival.network/, function() {if (BpParams.has('shortid')) {meta(atob(BpParams.get('shortid')));}}); @@ -2422,6 +2422,12 @@ redirectIfExists('#gettinglink'); }) : null; + // render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108 + /render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() { + popupsToRedirects(); + goToLink(); + }) : null; + })(); (function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index d192e03..8dc18e7 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -168,6 +168,7 @@ // @include /mayas.travel/ // @include /animesgd.net/ // @include /tucinehd.com\/links/ +// @include /render-state.to\/download\/\?link=/ // @run-at document-start // ==/UserScript== @@ -803,6 +804,12 @@ redirectIfExists('#gettinglink'); }) : null; + // render-state.to - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/108 + /render-state.to\/download\/\?link=/.test(url) ? afterDOMLoaded(function() { + popupsToRedirects(); + goToLink(); + }) : null; + })(); (function() { diff --git a/supported_sites.txt b/supported_sites.txt index 1c74a66..0518ad8 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -126,7 +126,6 @@ kisalt.digital bildirim.in|bildirim.eu|bildirim.link enlacito.com webhostingtips.club -render-state.to michaelemad.com|7misr4day.com shareus.io adtival.network @@ -754,6 +753,7 @@ https://paster.so/* /mayas.travel/ /animesgd.net/ /tucinehd.com\/links/ +/render-state.to\/download\/\?link=/ /filecrypt.(cc|co)/ /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/