AdsBypasser

Bypass Ads

< Feedback on AdsBypasser

Question/comment

§
Posted: 2015-05-25

gca.sh problem v5.24.0

Using firefox 38.0.1, ohleech.com detected "bypasser" and does not allow to bypass. Working fine for Chrome 43 though. Is it possible to make an exception? Thanks in advance!

§
Posted: 2015-05-25

Example link?

§
Posted: 2015-05-25
Edited: 2015-05-25

For example (don't know how long the link will be up): http://ohleech.com/dl/?id=1109a3b641
When clicked "Download", it will then have a popup "Don't cheating!"
The download of file will also break (or incomplete) using downloader like IDM for Chrome. But by disabling "AdsBypasser", it works.
PS: v5.23.0 works fine previously

§
Posted: 2015-05-25

The issue is caused by http://nho.pw: it checks that the referrer is gca.sh.

For redirecting gca.sh and send the referrer along the road, this needs to be fixed first:
https://github.com/adsbypasser/adsbypasser/issues/697

§
Posted: 2015-05-26

Will there be a fix for this?

§
Posted: 2015-05-26

For redirecting gca.sh and send the referrer along the road, this needs to be fixed first:
https://github.com/adsbypasser/adsbypasser/issues/697

use on-ready instead of start for now

ready: function (m) {
'use strict';
var l = m.path[1] + m.query[1] + m.hash[1];
$.openLinkWithReferer(l);
}

§
Posted: 2015-05-26

@guest Thank you for the solution, however start is faster. But if there is no alternative, we will do this.

§
Posted: 2015-05-27

@guest Thank you for the solution, however start is faster. But if there is no alternative, we will do this.

a dirty fix worked for me on Palemoon 25: (document.body||document.head).appendChild(a);
document.head is accessible during "start".
Never knew before clicking a link in head would be allowed.

§
Posted: 2015-05-27

Good idea, I will perform tests on several browsers, and implement it if it works properly.

§
Posted: 2015-05-27
Edited: 2015-05-27

Good idea, I will perform tests on several browsers, and implement it if it works properly.

in case it didn't work (eg. website without "head"), try this safer method:
document.body=document.createElement("body");
which creates a blank "body" for modification

§
Posted: 2015-05-29

Another problem with gca.sh, I got page not found, for example: http://gca.sh/L3yJ2pEpOrB
Will look forward to the next ver. Thank you!

§
Posted: 2015-05-29

@gfer89 Is this related to AdsBypasser? With AdsBypasser disabled, I still get the "page not found" error.

§
Posted: 2015-05-29

@noname120 yes, I disabled I can get through, probably cache problem.

§
Posted: 2015-06-07

broken in 5.25.0: http://gca.sh/adv/3gRx6ciT0bl9/http://nho.pw/?l=q5s4x5u503r214m4z5s5q2e4k4w2p3u4p3x5l3
the get parameter l=blahblah is not sent.

§
Posted: 2015-06-08

Thank you, I created a report for that matter yesterday. I will wait for @legnaleurc to choose the solution that he prefers, as he introduced the changes.

§
Posted: 2015-06-08

This issue has been fixed. Please update to 5.25.1.

Post reply

Sign in to post a reply.