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

Fuck jeepers

Name: JEEPERS! 2007-09-26 18:57 ID:HAmLPD/s

// ==UserScript==

// @name      Calling a Spade a Spade

// @version    1.0

// ==/UserScript==



(function() {

  var replacements, regex, key, textnodes, node, s;



  replacements = {


    "Jeepers": "I'm a faggot",
    "JEEPERS": "I'm a faggot",
    "jeepers": "I'm a faggot"};



regex = {};

for (key in replacements) {

    regex[key] = new RegExp(key, 'g');

}



textnodes = document.evaluate( "//body//text()", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);



for (var i = 0; i < textnodes.snapshotLength; i++) {

    node = textnodes.snapshotItem(i);

    s = node.data;

    for (key in replacements) {

        s = s.replace(regex[key], replacements[key]);

    }

    node.data = s;

}



})();


1. Copy and paste into a text document.
2. Save with the extension "user.js".
3. See no "jeepers!".
4. ???
5. Profit!

Name: JEEPERS! 2007-09-26 19:03 ID:HAmLPD/s

>>3
http://img165.imageshack.us/img165/8634/picture1jf3.png

This is what I see, and I agree, you are a faggot.

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