diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 169ecd2..1d3701c 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -752,6 +752,7 @@ // @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /delpez.com/ +// @include /mendationforc.info/ // @include /filecrypt.(cc|co)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 98bd318..17b13ac 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -752,6 +752,7 @@ // @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /delpez.com/ +// @include /mendationforc.info/ // @include /filecrypt.(cc|co)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ @@ -2620,6 +2621,9 @@ redirect(decodeURIComponent(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1])); }) : null; + // https://github.com/FastForwardTeam/FastForward/issues/1515 + /mendationforc.info/.test(url) ? redirect(decodeURIComponent(atob(url.split('&cc=')[1]).match(/"link":"(.*?)"/)[1]) ) : null; + // spaste.com use in pahe.ink - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/77 function checkHCaptchaSolved() { if (document.querySelector('.h-captcha')) { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 2122cab..2926c68 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -203,6 +203,7 @@ // @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ // @include /delpez.com/ +// @include /mendationforc.info/ // @run-at document-start // ==/UserScript== @@ -1094,6 +1095,9 @@ redirect(decodeURIComponent(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1])); }) : null; + // https://github.com/FastForwardTeam/FastForward/issues/1515 + /mendationforc.info/.test(url) ? redirect(decodeURIComponent(atob(url.split('&cc=')[1]).match(/"link":"(.*?)"/)[1]) ) : null; + // spaste.com use in pahe.ink - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/77 function checkHCaptchaSolved() { if (document.querySelector('.h-captcha')) { diff --git a/supported_sites.txt b/supported_sites.txt index 5efd3c9..e3ad113 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -733,6 +733,7 @@ https://paster.so/* /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/ /delpez.com/ +/mendationforc.info/ /filecrypt.(cc|co)/ /(mega-enlace|acortados).com/ /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/