Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

RedCream aka MILKRIBS4k

Name: Anonymous 2009-03-28 7:40

If that RedCream/MILKRIBS guy was run over by a car, I wouldn't call an ambulance. I would watch him scream in agony with a BIG smile on my face. And no, I'm not joking. I have absolutely zero respect for worthless scum like that. Personally, I value such people much less than animals.

Name: Anonymous 2009-03-28 11:55

DON'T SEE HIM

// ==UserScript==
// @name           fix /lounge/
// @description    fixes all of !MILKRIBS4k's posts
// @namespace      http://dis.4chan.org/
// @include        http://dis.4chan.org/*;
// @version        1.1
// ==/UserScript==

(function(){
 var posts = [];
 var myclass = new RegExp('\\bpost\\b');
 var divs = document.getElementsByTagName('div')
 for(var i = 0; i < divs.length; ++i){
  var classes = divs[i].className;
  if(myclass.test(classes)) posts.push(divs[i]);
 }
 for(var i = 0; i < posts.length; ++i){
  var postername = posts[i].getElementsByTagName('span')[3];
  var postertrip = posts[i].getElementsByTagName('span')[4];
  if(/!MILKRIBS4k/.test(postertrip.innerHTML))
   posts[i].parentNode.removeChild(posts[i]);
 }
})();

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List