Greasy Fork is available in English.

AdsBypasser

Bypass Ads

< Feedback on AdsBypasser

Review: OK - script works, but has bugs

§
Posted: 2014-09-08

sylink captcha is not working

hello sir,
thanks for update ....... but it is not working on sylink,net and binbox.io ..
script is not bypassing the captcha of this two site .....

http://sylnk.net/captcha.php?link=aHR0cDovL3NwYXN0ZS5jb20vcC8/Yz00dXBkSkE1MTUx

https://binbox.io/d6AJ3#gJJWU8ET

legnaleurcAuthor
§
Posted: 2014-09-11

Fix for sylnk.net will be released in the next update.

However, I don't have a good idea to deal with binbox.io yet.

§
Posted: 2014-09-15
Edited: 2014-09-15
Binbox.io: https://github.com/adsbypasser/adsbypasser/commit/3d63ce904040a5a7c3269cd702abf1c50fedf8d9

You're welcome.

thanks for update ..... sylink is working . ,,,,, i download zip file from above link ....is it another script or part of some script ...? how can i add to firefox

§
Posted: 2014-09-15
Edited: 2014-09-15

hello sir ,

can u add spaste,com ... actualy it is sylnk.net another site ... it is also captcha site ..

ex: http://spaste.com/site/checkPasteUrl/c/H8c2gk3928

legnaleurcAuthor
§
Posted: 2014-09-15

thanks for update ..... sylink is working . ,,,,, i download zip file from above link ....is it another script or part of some script ...? how can i add to firefox

He's just showing that's in the repository, you don't need to do anything.

§
Posted: 2014-09-15

okk sir

if i add this code ...
$.register({
rule: {
host: /^(www\.)?spaste\.com$/,
query: /link=([^&]+)/
},
ready: function (m) {
'use strict';
var rawLink = atob(m.query[1]);
$.openLink(rawLink);
},
});

§
Posted: 2014-09-20

Please create a new topic next time.
Also your code doesn't work with the link that you provided.
I'll try to see if it's possible to bypass once I find some time to investigate.

§
Posted: 2014-10-22

It's not possible to bypass the captcha of spaste.com.

I suggest you to change your rating of this topic, because the issue is solved.
Soon, the 'OK' ratings will start to diminish the score of the userscripts on Greasyfork.

Post reply

Sign in to post a reply.