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

RedCream and Milkribs

Name: Anonymous 2009-04-11 22:33

I think /lounge/ has been very rude to these users, they contribute to every thread with a meaningful post! The way you treat these namefags is ludicrous and asinine in every respect!

Name: Anonymous 2009-04-12 19:58

>>37
That's it, the filter is going back on.

// ==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