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

Pages: 1-

Greasemonkey Script

Name: Anonymous 2010-03-09 13:14

Well I'm sick of Mr. OCD tourettes boy bumping the shitchan exploit so I came up with a script to fix it.



[code]
// ==UserScript==
// @name          Font fixer for /prog/
// @version       1.0.0
// @namespace     http://dis.4chan.org/read/prog/*
// @description   Restores fonts to their originals
// @include       http://dis.4chan.org/*

Var text=getElementsbyID();

Var font=getElementsbyTag();

appendchild, grim;



/*The rest of the code is left as an exercise for the user */

Name: Anonymous 2010-03-09 13:17

/*The rest of the code is left as an exercise for the user */
[/code]

Name: Anonymous 2010-03-09 13:34

>/*The rest of the code is left as an exercise for the user */
sadfrog.jpg

Name: Anonymous 2010-03-09 13:42

var mat = "<img src='http://img96.imageshack.us/img96/8963/refportrait07.jpg' border='0'/>";
if ("That was VIP quality!" == document.getElementsByTagName("h1")[0].innerHTML) {
  document.getElementsByTagName("h1")[0].innerHTML = mat;
}

Name: Anonymous 2010-03-09 13:47

Name: Anonymous 2010-03-09 14:55



window.addEventListener(
    "load",
    function(){
        document.getElementsByTagName("body")[0].innerHTML ="HAX MY ANUS ... read SICP ... NO EXCEPTIONS ... EXPERT PROGRAMMER ... Leah Culver ... YHBT";},
    false);

Name: Anonymous 2010-03-09 16:08

>>4
Why did I not think of this.

Oh wow.

Name: Anonymous 2010-03-09 16:13

Replaced post successful message with an artist...

Name: Anonymous 2010-03-09 16:40

Name: Anonymous 2010-03-09 17:15

Name: Anonymous 2010-03-10 3:56

>>9
Is that a beautiful man or an ugly woman?

Name: Anonymous 2010-03-10 13:46

This is for <i> and <b>. Extend as needed or desired.

// ==UserScript==
// @name           Font fixer for /prog/
// @description    Fuck you, ENTERPRISE BBCODE
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/prog/*;
// @include        http://dis.4chan.org/read/prog/*;
// @version        1.1
// ==/UserScript==

(function() {
    postBoxes = document.querySelectorAll('div.thread, div.post');
    for (i = 0; i < postBoxes.length; ++i) {
        postBoxes[i].style.fontWeight = "normal";
        postBoxes[i].style.fontStyle = "normal";
    }
})();

Name: Anonymous 2010-03-10 13:52

>>12
Forgot to add textarea and input to the selector, but you get the idea.

Name: Anonymous 2010-03-10 13:55

no i dont

Name: Anonymous 2010-03-10 16:55

>>13
Don't worry, he's just teasing. Of course >>14 gets the idea.

Name: Anonymous 2010-03-13 2:55

Bampu pantsu

Name: Anonymous 2010-03-13 5:30

>w3m dis.4chan.org/prog/

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