pouët.net

Go to bottom

How to ignore spammers like mahtiaivo

category: general [glöplog]
 
Since the faq isn't totaly clear about this I'll explain how to do this in Firefox. Maybe some other people could do this for other browsers as well.


Step 1)

Locate your userContent.css file.


Step 2)

Find the user id of the spammer you want to ignore. In this case we want to ignore mahtiaivo, so click or hover his avatar and you'll see the id (646) in the url.


Step 3)

Open the userContent.css file in a text editor and add the following lines:
Code:tr[class="cite-646"] { display:none; }
See the user id in there? Replace that by the id of your lamer of choice.

If there are more than one users you want to ignore, just do something like:
Code:tr[class="cite-314159"]tr[class="cite-271828"] { display:none; }
Step 4)

Restart Firefox, and your life will suddenly be much more enjoyable.
added on the 2006-09-14 11:03:33 by nitro2k01 nitro2k01
Hmmz0rz, it's not until now I see that the fake user id's in sparcus' post is really the first decimals of pi and e... [-:
added on the 2006-09-14 11:04:45 by nitro2k01 nitro2k01
hmm empty thread
added on the 2006-09-14 11:30:54 by ttl ttl
Empty thread? xxx in cite-xxx relates to user id's, not thread id's. And they're faked, yes.
added on the 2006-09-14 12:03:27 by nitro2k01 nitro2k01
haha you're such an idiot nitro :-D

up to ttl :)
added on the 2006-09-14 12:36:17 by skrebbel skrebbel
I WANT MY MONEY BACK
not empty anymore :p

Anyway you forgot the coma between the CSS selectors in step 3)
Code:tr[class="cite-314159"], tr[class="cite-271828"] {display:none;}
And all this is possible in Opera as well by creating/editing your user stylesheet in Preferences > Advanced > Content > Style options...
added on the 2006-09-14 15:14:34 by p01 p01
if nitro2k01 died, would it really matter?
yes.

just so you know.
added on the 2006-09-14 16:10:35 by third_dot third_dot
no.

Now you know everything.
added on the 2006-09-14 17:05:06 by doh doh

login

Go to top