Greasy Fork is available in English.

Заобикаляне на всички кратки връзки

Заобикаляне на всички сайтове с кратки връзки Автоматично пропуска досадните средства за съкращаване на връзки, директно до вашата дестинация

< Отзив за Заобикаляне на всички кратки връзки

Отзив: ОК - скриптът работи, но има бъгове

§
Публикуван на: 20.04.2022
Редактиран на: 20.04.2022

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

bloggerpemulaАвтор
§
Публикуван на: 20.04.2022

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

§
Публикуван на: 20.04.2022

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

§
Публикуван на: 21.04.2022

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

§
Публикуван на: 22.04.2022

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.

§
Публикуван на: 22.04.2022

// @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;

§
Публикуван на: 22.04.2022

// @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.

bloggerpemulaАвтор
§
Публикуван на: 22.04.2022

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

§
Публикуван на: 22.04.2022

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.

§
Публикуван на: 22.04.2022
Редактиран на: 22.04.2022

‎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

§
Публикуван на: 22.04.2022

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.

bloggerpemulaАвтор
§
Публикуван на: 22.04.2022

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

§
Публикуван на: 22.04.2022

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.

§
Публикуван на: 22.04.2022
Редактиран на: 22.04.2022

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;

bloggerpemulaАвтор
§
Публикуван на: 23.04.2022

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

Публикувайте отговор

Влезте, за да публикувате отговор.