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

soooo beautiful (。♥‿♥。)

Name: Anonymous 2013-07-13 17:52

Name: Anonymous 2013-07-15 12:14

// ==UserScript==
// @name          world4ch hide post numbers
// @include       http://dis.4chan.org/*;
// ==/UserScript==
var spans = document.getElementsByTagName('span');
for (var i = 0; i < spans.length; i++) {
    if (spans[i].className == "postnum") {
        spans[i].parentNode.removeChild(spans[i]);
    }
}


What now, Dubs-kun?

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