reek / anti-adblock-killer

Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
http://reek.github.io/anti-adblock-killer/
Other
6.01k stars 762 forks source link

http://bc.vc #3118

Open MrLuckyAdBlock opened 7 years ago

MrLuckyAdBlock commented 7 years ago

Example link: http://bc.vc/pI9Z7Qe Browser: Firefox Script manager: Greasemonkey Adblocker: Adblock Plus Filters: Adblock Plus's Filters (along with a few from the web) + AakList

Error: Timer goes to 0 then Skip Ad appears and the button has no functionality.

Even when AdsBypasser is disabled button still has no functionality.

Edit: Seems to be inconsistent. Sometimes works, sometimes stuck on Loading page button.

jspenguin2017 commented 7 years ago

@uBlock-user Add to which list? I don't recall that we have a solution for something similar to this...

jspenguin2017 commented 7 years ago

@uBlock-user That is not part of Adfly. Check the source and you'll see.

jspenguin2017 commented 7 years ago

Also, unless you turned it off, aggressive Adfly skipper is now on by default, if that doesn't skip that page, adding it to the list won't help.

ghajini commented 7 years ago

no problem with ublock here.....also how to prevent popunders even when i blocked all 3rd party

ghajini commented 7 years ago

How to patch this site popunder ability???? (Not like popup opening and closing, like complete popunder code blocking).....also at top of page 'download' button is there,if you click red cross* button again popups open from (track.bcvc.mobi)......

jspenguin2017 commented 7 years ago

@ghajini @uBlock-user Popups and popunders are usually fired from window.open, but not always. I'm not sure if this website is reCaptcha protected, if it's not, we might be able to hop over it. It can be a bit sticky if it is protected though... I'll have a look when I have time. If someone can pin down the popup code, that would be great.

ghajini commented 7 years ago

@okiehsch ...need your help to pin down popup/popunder issue on this site

okiehsch commented 7 years ago

Well, @uBlock-user already pinned down the issue in the post above yours. You can fix it by blocking bc.vc/efes.js, or by adding bc.vc##script:inject(abort-on-property-read.js, BetterJsPop)

ghajini commented 7 years ago

would it be added to upstream ublock filters?

okiehsch commented 7 years ago

By me only if simply blocking bc.vc/efes.js doesn't work or breaks site functionality, but you can ask gorhill, maybe he sees things differently.

jspenguin2017 commented 7 years ago

OK, great, that would do for a workaround. I'll try to find a way to skip it entirely. Thanks @uBlock-user for your investigation.