旁路 全部 短链接

绕过所有短链接网站自动跳过烦人的链接缩短器,直接转到您的目的地,跳过 AdFly,跳过烦人的广告,阻止 Adblock 检测,阻止烦人的弹出窗口和提示,自动下载文件和 Youtube 视频等等

< 脚本旁路 全部 短链接的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2022-04-20
编辑于:2022-04-20

Does not seem to work on Coinsparty.com but the manual version of this still works on bypassing it

§
发表于:2022-04-20

i don't make any change for mcrypto.club , what is your browser ?

§
发表于:2022-04-20

I have no problems on those sites. Maybe adblock settings?

§
发表于:2022-04-21

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

§
发表于:2022-04-22

I noticed also megaurl and megafly sometimes don't work sometimes they do, not sure if that can be fixed, seems to be a lot of popups on those shortlinks.

§
发表于:2022-04-22

// @run-at document-end
puede ser el problema. yo lo tengo en '// @run-at document-start' en un script paralelo y funciona bien.

case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

§
发表于:2022-04-22

// @run-at document-end
puede ser el problema. yo lo tengo en '// @run-at document-start' en un script paralelo y funciona bien.

case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

This works but does not click the button after the captcha is compelted and once you redirect and the timer runs out it does not redirect to correct page to get rewarded, you have to modify url and redirect yourself. Need a bit more tweaking.

§
发表于:2022-04-22

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

please give me example of the shortlink , i will check it

§
发表于:2022-04-22

a mi me funciona coinsparty perfectamente con tu código y con mi código. el único problema de hace dias es cryptoads.space, con o sin script no funciona, no devuelve la url de destino.

§
发表于:2022-04-22
编辑于:2022-04-22

‎coinsparty works perfectly with your code and my code. the only problem from days ago is cryptoads.space, with or without a script does not work, does not return the destination url.‎

It does show the return URL in the link www.website.com?url=www.faucetwebsite.com/claim but it does not return you have to copy it and paste it, I'm sure there is a way to navigate to just the url

§
发表于:2022-04-22

It would be awesome if coinsparty would work, it has not work for me either stays on first page.

please give me example of the shortlink , i will check it

The best example I can give you is
https://btcbunch.com/links
find "coinsurl" and click on it.

You'll be able to see what it's doing. When I do add the code from above reply from juansi it works to show captcha but does not click button and then when it redirects to last site to claim it only displays the redirect url to collect the coins in the url like I wrote in the post just above this one.

§
发表于:2022-04-22

Ok try to use latest version v20.9 , hope your problem solved

§
发表于:2022-04-22

The last version 20.9 did not fix the "coinsurl", I am trying with btcbunch.com and it doesn't load the captcha it stays at "Click if not robot" stage and doesnt pass that, but when I press 'back' to navigate to previous page then it does load the captcha (Weird) but when I click on the shortlink from btcbuncb.com let's say, it wont show the captcha, it stops at "Click here" if not a robot link.

§
发表于:2022-04-22
编辑于:2022-04-22

With juansi's code it would actually display the captcha right away but it wouldn't click on the button after captcha, and once redirected to claim it wouldnt go to the shortlink faucet website, like I said the url does contain the URL to redirect but it is not redirecting by itself.
here is a link to the shortlink

https://mcrypto.club/?link=cu/sPshO


juansi's code
case 'mcrypto.club': var linke = h.searchParams.get('link').split('/');
if (linke[0] === 'ca') { location.href = 'https://cryptoads.space/' + linke[1]; }
else if (linke[0] === 'cu') { location.href = 'https://coinsurl.com/' + linke[1]; }
else if (linke[0] === 'mh') { location.href = 'https://myhealths.icu/' + linke[1]; }
else if (linke[0] === 'cf') { location.href = 'https://cryptoflare.cc/' + linke[1]; }
else if (!linke[0]) { location.href = 'https://coinsparty.com/' + linke[1]; } ;break;

§
发表于:2022-04-23

Please Update to the Latest version and install my New Script https://greasyfork.org/en/scripts/443888-additional-bypass

I have changed the method for Coinsparty

发表回复

登录以发表回复。