URL : https://t66y.com/read.php?tid=5877

I get no anti adb message (using both chinese lists)
Did you try reporting here ?
https://github.com/cjx82630/cjxlist/issues
could you try again using my profile?
my-ublock-backup_2018-12-13_15.32.05.txt
@cjx82630 He said earlier that this problem cannot be fixed in ABP
so , he can't help
Add
t66y.com#@#.tiptop ~ .tips[style]:style(visibility:hidden!important;)
works on my end, if I use your setup.
@okiehsch thank you , it works for me..
but still have a little Ads...

it's due to an adguard filter,
try (hiding the ads too)
t66y.com##+js(set-constant.js, readS, noopFunc)
t66y.com##.black.tips
@mapx-
a little Ads in bottom of page

add also
t66y.com##.sptable_do_not_remove
@mapx- perferct !!!
thanks
t66y.com##+js(set-constant.js, readS, noopFunc)
t66y.com##.black.tips
t66y.com##.sptable_do_not_remove
you can close this issue ^ ^
You should report to adguard list too (about that filter ..)
https://github.com/AdguardTeam/AdguardFilters/issues
@mapx-
https://t66y.com/htm_data/7/1812/3368862.html
t66y.com##+js(set-constant.js, readS, noopFunc)
t66y.com##.black.tips
t66y.com##.sptable_do_not_remove
all picture was gone.... please check
Try
t66y.com##.black.tips
t66y.com##.sptable_do_not_remove
t66y.com##+js(setTimeout-defuser.js, readS)
@okiehsch thank you . it works for me
Weird, why my approach (noopFunc) has this effect ..
Your filter throws this error.

please commit to uAssets
t66y.com##.black.tips`
t66y.com##.sptable_do_not_remove
t66y.com##+js(setTimeout-defuser.js, readS)
not work ....
the website has been update..
@okiehsch @mapx-
What exactly does not work ?
@mapx-
https://t66y.com/read.php?tid=32415

anti adblock
test
t66y.com##+js(setTimeout-defuser.js, ())
That is basically the same as t66y.com##+js(setTimeout-defuser.js), might as well just use that if it does not break anything.
Add
t66y.com##+js(setTimeout-defuser.js, ())
caused
https://t66y.com/htm_data/7/1812/3368862.html
all picture gone..
t66y.com##+js(setTimeout-defuser.js, (), 1600)
t66y.com##+js(setTimeout-defuser.js, (), 1600)
work.. please commit to uAssets
I guess "they" will modify the code again
absolutely
https://t66y.com/read.php?tid=32415
"they" modify the code again

@mapx-
Add
t66y.com##+js(setTimeout-defuser.js, (), 1601)
to your filter list.
@okiehsch
thanks .. it's work for me.
Can you think of a better way? Otherwise, you have to manually change to 1602 next time.
I doubt that this is necessary as long as t66y.com##+js(setTimeout-defuser.js, (), 1601) is not part uf uAssets.
https://t66y.com/htm_data/7/1905/3512827.html

happen again
test
t66y.com##+js(set-constant.js, Math.random, trueFunc)
t66y.com##+js(abort-current-inline-script.js, $, undefined)
thank you mapx , it's works
no,this rules make some pics blocked
test link http://t66y.com/htm_data/8/1906/3553888.html
some pics blocked
i have the same issue
Does the following filter work?
t66y.com##+js(abort-current-inline-script.js, tpcFid)
That will break images on the site.
Example: https://t66y.com/htm_data/7/1812/3368862.html
Our own filter t66y.com##.black.tips is causing it.
So
t66y.com##.black.tips:style(max-height: 2px !important; max-width: 2px !important; overflow: hidden !important)
?
Hiding the ads that are visible after removing our filter without causing the adblock-detection or breaking site functionality is rather difficult.
An ugly hack is something like
t66y.com##+js(window.open-defuser.js)
t66y.com##.tips:style(opacity: 0.001 !important;)
May need to add pointer-events: none !important to prevent clickability.
Ah, I forgot about that possibility, that's why I added
t66y.com##+js(window.open-defuser.js)
it also prevents clickabilty.
Anyway your filter
t66y.com##.tips:style(max-height: 2px !important; max-width: 2px !important; overflow: hidden !important)
seems the better fix, no extra spaces visible.
The max-width part is not needed after all, best to use your opacity approach, in the end I got:
t66y.com##.black.tips:style(max-height: 2px !important; opacity: 0.001 !important; pointer-events: none !important)
I think using .tips is better, to catch all of the ads on the site.
https://t66y.com/htm_data/7/1812/3368862.html
Ok just to avoid confusion I will let you commit to avoid collision.
By the way, is the filter t66y.com##+js(setTimeout-defuser, /^((?!try).)*$/) really needed? Because on the page for repro purpose, the function call being defused through setTimeout is called directly anyway immediately after the setTimeout.
No, it can be removed.
Adding
t66y.com##.tips:style(max-height: 2px !important; opacity: 0 !important; pointer-events: none !important)
or
t66y.com##.tips:style(max-height: 2px !important; opacity: 0.1 !important; pointer-events: none !important)
to ones filter list will work.
That is a site issue, the image is broken with uBO disabled.

https://github.com/uBlockOrigin/uAssets/issues/6424
@discusssth there is no reason to open new issues for this site.
I already told you how to get rid of the ads.
https://github.com/uBlockOrigin/uAssets/issues/4306#issuecomment-513408508 and https://github.com/uBlockOrigin/uAssets/commit/6ce5dec3f4852eae8489e5e1ec90b02e32c2f940#commitcomment-34377886
sorry, it's my mistake. just forgotten
Most helpful comment
Try
t66y.com##.black.tips t66y.com##.sptable_do_not_remove t66y.com##+js(setTimeout-defuser.js, readS)