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

You have been trolled

Name: Anonymous 2009-01-10 11:28

This post is a trolling. Do not reply.

Name: Anonymous 2009-01-10 14:06

>>11
Try this one:

// ==UserScript==
// @name           fix prog
// @description    fixes all of *!FrOzEn2BUo's posts on /prog/
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/*;
// @version        1.?
// ==/UserScript==

for each (var div in document.getElementsByTagName('div'))
   if (/^post\b/.test(div.className)
      && /^!FrOzEn2BUo/.test(div.getElementsByTagName('span')[4].innerHTML))
      div.parentNode.removeChild(div)

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