mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
add a bypass
This commit is contained in:
parent
67d6f6a3dd
commit
e348dbcbf2
4 changed files with 10 additions and 0 deletions
|
@ -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)\/.*/
|
||||
|
|
|
@ -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')) {
|
||||
|
|
|
@ -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')) {
|
||||
|
|
|
@ -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)\/.*/
|
||||
|
|
Loading…
Reference in a new issue