Script
Name:
Anonymous
2009-03-23 5:14
We need a script to hide troll posts.
Name:
Anonymous
2009-03-23 5:16
There's a greasemonkey script already, no?
Name:
Anonymous
2009-03-23 5:28
>>2
Yep. It shouldn't be too hard to adapt it to hide all posts.
Name:
Anonymous
2009-03-23 5:32
>>3
...and then
/prog/ was empty.
Name:
Anonymous
2009-03-23 6:25
>>1
Forget it. It's undecidable.
Name:
Anonymous
2009-03-23 13:30
Paste this into your address bar:
javascript:var l = document.getElementsByTagName('blockquote'); for (var i = 0; i < l.length; i++) { l[i].style.visibility = 'hidden'; }; void(0);
Name:
Anonymous
2009-03-23 13:46
>>6
I'm still getting trolled by the subjects, names and e-mails.
Name:
Anonymous
2009-03-23 13:55
javascript:document.getElementsByTagName('body')[0].style.visibility = 'hidden';
Name:
Anonymous
2009-03-23 14:02
sudo hax 'my anus'
Name:
Anonymous
2009-03-23 14:33
sudo make 'me a sandwich'
Name:
Anonymous
2009-03-23 15:27
>>10
make: *** No rule to make target `me a sandwich'. Stop.
Name:
Anonymous
2009-03-23 15:31
make: this isn't ubuntu, faggot
Name:
Anonymous
2009-03-23 15:34
make: this isn't a decent OS, faggot
Name:
Anonymous
2010-11-26 23:01