in reply to Do Not Feed the Trolls!!!
[class$="<userid>"], [class$="<userid>"] *, [class$="<userid>"] :link +, [class$="<userid>"] :visited, a[href$="=<userid>"] { display: non +e; }
This css rule occasionaly hides responses to the troll, too (e.g. in Recently Active Threads).
update: to mark troll posts as such in threads
I can't get rid of the troll post header with css, because there's no way to select a parent node matching a child.[class$="<userid>"], [class$="<userid>"] *, [class$="<userid>"] :link +, [class$="<userid>"] :visited { display: none; } a[href$="=<userid>"]:before { content: "a Troll: "; }
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Do Not Feed the Trolls!!!
by FunkyMonk (Chancellor) on Dec 21, 2007 at 23:20 UTC | |
by shmem (Chancellor) on Dec 22, 2007 at 00:06 UTC | |
Re^2: Do Not Feed the Trolls!!!
by CountZero (Bishop) on Dec 22, 2007 at 20:48 UTC |