jspenguin2017 / uBlockProtector

An anti-adblock defuser for Nano Adblocker and uBlock Origin
GNU General Public License v3.0
740 stars 83 forks source link

NSFW! czechhq.net #93

Closed jspenguin2017 closed 7 years ago

jspenguin2017 commented 7 years ago

https://github.com/reek/anti-adblock-killer/issues/2946

jspenguin2017 commented 7 years ago

Popup fixed.

Notes for devs: Triggers generic protector against FuckAdBlock. Video iframe's domain is 29443kmq.video. AdBlock detector seems to be from the video iframe.

uBlock-user commented 7 years ago

https://github.com/reek/anti-adblock-killer/issues/2946#issuecomment-286061584

Same as vidlox.tv which is already present in your script, just add the domain 29443kmq.video to it.

jspenguin2017 commented 7 years ago

Awesome! Added to Script.

jspenguin2017 commented 7 years ago

I also added 29443kmq.video###a to List so play and pause goes smoother.

uBlock-user commented 7 years ago

Thanks, works fine as intended. You may close the issue now.

raymonders commented 7 years ago

Tried clicking on random video links. Not working 2/3 of the time: problems seen: video box is greyed out, with no message or video box is white with "disable adblock" message or play button appears, but clicking does not start video

jspenguin2017 commented 7 years ago

I replied you in the other thread:

Sometimes the video that should be replacing the gray box doesn't load, but the player right below it works. I can't remove the gray box since sometimes it works. Out of a couple random links I clicked, at least one video player works. If you have a specific test link where nothing works, please post it.

Also, please make sure AdBlock Protector is properly installed. And for some videos, you may need to click the play button twice, the first time it tries to popup but is blocked by Script, the second time is where the click event is actually passed to the player.

jspenguin2017 commented 7 years ago

They are back with new popunders. Sometimes AdBlock detection block screen can be triggered due to race condition. And videos don't always work in Chrome (Rather stable in Opera).

uBlock-user commented 7 years ago

They are back with new popunders.

That's probably from new third party domains, I'm blocking all third party connections by default, so I'm not getting any popunders. Secondly, popads is patched by uBO Filters, so let them update their code as much as they want, won't bother us.

Now coming to the race condition, I'm facing that too, this wasn't happening that day, I wonder if they changed the position of the code and yes videos are largely no playing from the beginning for whatever reason if I fast forward they do play then.

uBlock-user commented 7 years ago

Domain 29443kmq.video redirects to dato.porn so add that domain too.

jspenguin2017 commented 7 years ago

@uBlock-user OK, I have updated Script to counter the new domain. For List, which rule did you use? I tried these but they don't seem to work...

||czechhq.net^$third-party
@@||29443kmq.video^$domain=czechhq.net
@@||datoporn.com^$domain=czechhq.net
@@||dato.porn^$domain=czechhq.net
uBlock-user commented 7 years ago

add these

29443kmq.video,dato.porn###a
||$third-party,domain=czechhq.net
@@||fonts.googleapis.com^$domain=czechhq.net
@@||pixhost.org^$image,domain=czechhq.net
@@||wordpress.org^$domain=czechhq.net
@@||29443kmq.video^$domain=czechhq.net
@@||dato.porn^$domain=czechhq.net
@@||userapi.com^$image,domain=czechhq.net
@@||theporndude.com^$image,domain=czechhq.net
jspenguin2017 commented 7 years ago

@uBlock-user Awesome! Thanks.

ghajini commented 7 years ago

soo!!! many exceptions right? Do you any other solution other than exceptions

uBlock-user commented 7 years ago

Popunders and other crapware is coming from 3rd party connections there and there's no other solution, either block the websites causing it individually and play their whack-a-mole game when they decide to add more shit or future-proof it with the filters I posted here. I can simmer down the exceptions by modifying the filters if you want.

29443kmq.video,dato.porn###a
||$third-party,domain=czechhq.net
@@||$stylesheet,image,font,media,domain=czechhq.net
@@||29443kmq.video^$domain=czechhq.net
@@||dato.porn^$domain=czechhq.net
ghajini commented 7 years ago

@X01X012013 Then these filters by @mapx- are not that broad..... |http://$xmlhttprequest,third-party,domain=czechhq.net

@@||29443kmq.video/js/pop.js

||datoporn.co^$popup

29443kmq.video###center-ad

@@||streamdefence.com/view.php?*$domain=czechhq.net

||openload.co/*license

||openload.co/*script

uBlock-user commented 7 years ago

Those don't stop the 3rd party popups/popunders, they close it, there's a difference. Popups/Popunders will try to open and will be closed in a flash still. If you're okay with it, then use them.

jspenguin2017 commented 7 years ago

@ghajini I don't see the problem there, the exceptions would be loaded if you don't use the first rule. And the 2nd solution is allowing more content by filtering by type. And the last two rules you listed will affect all domains.

jspenguin2017 commented 7 years ago

Since there is no feedback for 6 days, I assume this issue is resolved. Please let me know if there are any problems.