Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://www.playok.com/ && http://www.kurnik.pl/ #2752

Closed
gomoku opened this issue Jan 25, 2017 · 9 comments
Closed

http://www.playok.com/ && http://www.kurnik.pl/ #2752

gomoku opened this issue Jan 25, 2017 · 9 comments

Comments

@gomoku
Copy link

gomoku commented Jan 25, 2017

Please read this first:
https://forums.lanik.us/viewtopic.php?f=62&t=24196
https://forums.lanik.us/viewtopic.php?f=23&t=23870
Like you see they have made a working www.playok.com filter already (you may use it), but for some reason have not added yet the filter to Adblock Warning Removal List, so I hope here will be no such problems, anyway:

http://www.playok.com/en/chess/ (just a sample url, as there is a lot of languages && games on playok.com, the url formula is basically: "www.playok.com/ + language/ + game/" and "www.kurnik.pl/ + game (in polish lang)" the formula triggers the anti-adblock only if you log in and try to play as a registered user)

http://i.imgur.com/YGZMmpX.png
Mozilla Firefox
Greasemonkey
Adblock Plus
EasyList + AakList + Adblock Warning Removal List (from https://easylist.to/pages/other-supplementary-filter-lists-and-easylist-variants.html)

@uBlock-user
Copy link

uBlock-user commented Jan 25, 2017

add @@||playok.com^$generichide, playok.com###pread and playok.com##.c1 > div:nth-of-type(2) > div
If you want something to be done, do it yourself. Those Easylist folks do whenever they want, don't depend upon them. Same filters for http://www.kurnik.pl/ too, just replace playok.com with kurnik.pl

@gomoku
Copy link
Author

gomoku commented Jan 25, 2017

Thank you, I just right now have checked the filters you have provided and they work excellently, just like filters from EasyList forums. I hope that the filters will be added soon to AAK list and we will not have to wait "10" years like in the EasyList's folks's case.

I also have found another alternative solution which I also have checked just right now and I confirm that it works excellently too: https://gist.github.com/andigena/b5111d714f930d2619be#file-playok-js In case of the script will dissappear in the future I'm providing the code too:

// ==UserScript==
// @name         playok anti-anti-adblock
// @namespace    http://tukan.farm
// @version      0.001 alpha
// @description  removes that 30 seconds nag
// @author       _2can
// @match        http://*.playok.com/*/*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

var element = document.getElementById('abp');
if (element)
element.parentNode.removeChild(element);

@gomoku gomoku closed this as completed Jan 25, 2017
@uBlock-user
Copy link

uBlock-user commented Jan 25, 2017

AAK is no longer actively maintained FYI, just add the filters and keep them untill Easylist folks add it themselves and then remove them.

@gomoku
Copy link
Author

gomoku commented Jan 25, 2017

Oh well, OK, thank you. BTW I meant mainly to make the filter be available for more people "out of box".

@gomoku
Copy link
Author

gomoku commented Mar 26, 2017

As you can see, it's been a year and seven months and these bastards from forums.lanik.us still haven't added playok.com filter onto the main filter list. Therefore I've decided to keep pushing and asking them why, in this thread:

https://forums.lanik.us/viewtopic.php?f=9&t=35798

, but instead of giving me the true answer, they've started getting rid of me, finally they, having no meaningful explanation, started trolling me because they were losing the discussion, and then have locked the thread, and at the same time the thread has been locked, they gave me a silent ban. Not mentioning they were previoulsy locking all threads wherein someone was asking why a filter has not been added yet onto the main list.

Therefore I've decided to complain on AdBlock Plus forum in this thread:

https://adblockplus.org/forum/viewtopic.php?f=23&t=51632

but I've realised that the same kind of censorship is happening there, no reasonable answers, trolling, getting rid of me for all costs, locking the thread. They've locked the thread, I've created a new one, and they combined them into a single one. Finally again they losing the discussion, have banned me on the both forums and they've hid this thread and destroyed the evidence:

https://forums.lanik.us/viewtopic.php?f=9&t=35798

(even if you are a registered user you still can't access the thread):

I have also complained on polish filter list forum here:

MajkiIT/polish-ads-filter#2064

but again, the same things happens there. They have locked the thread, I've reopened here:

MajkiIT/polish-ads-filter#2292

but again the've quickly locked it too. And banned me too.

Lol I've been banned in 3 different places already, just for wanting to know why the filter hasn't been added yet to the main list after so long time, wth? it seems like they got "payed" from www.playok.com, they intentionally don't want to add www.playok.com filter onto EasyList/Adblock Warning Removal list, they simply protect each other if someone asks why, the conclusion is that their behaviour is all about:
https://www.google.com/search?q=adblock+acceptable+ads+scandal
I'm wondering if https://github.com/reek/anti-adblock-killer/ is affected too and taken over.

@xuhaiyang1234 defending EasyList and locking thread when losing discussion
https://gitlab.com/xuhaiyang1234/AAK-Cont/issues/142

@gomoku
Copy link
Author

gomoku commented May 12, 2017

It seems so, noone even reply me nor write a fukin word about it, as if nothing bad had happened, as if you did not care, ubelievable.

jspenguin2017 added a commit to jspenguin2017/uBlockProtector that referenced this issue Jul 27, 2017
@gomoku
Copy link
Author

gomoku commented Jul 27, 2017

@jspenguin2017
Copy link

Don't expect update in the original AAK.
For AAK-Cont, it will be patched when a contributor tested the rule on all supported platforms.
Update pushed to uBlock Protector.

@gomoku
Copy link
Author

gomoku commented Jul 28, 2017

Hello, ok, no problem, I missed the fact, that you are the guy from AAK-Cont, and not from AAK-Reek, so I've mistakenly assumed that someone else still develop the old Reek list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants