Name: Matt Dickie !!6AXCf5fqcm5W0eJ 2009-09-02 9:47
// ==UserScript==
// @name MDICKIE Quality
// @version 1.0.0
// @namespace http://dis.4chan.org/read/prog/1196438859/
// @description Fuels a revolutionary movement that entertains, educates, and inspires in equal measure.
// @include http://dis.4chan.org/post
// ==/UserScript==
var quality = "MATT DICKIE"; // The name of your quality. The following alternatives are
// provided for the convenience of unimaginative users:
// var quality = "MATTHEW DICKIE";
// var quality = "MATTHEW C DICKIE";
// var quality = "MDICKIE";
// var quality = "Interactive Generation";
// var quality = "The You Testament";
// var quality = "Wrestling MPire";
// var quality = "Reach";
// var quality = "Squared Circle ";
// var quality = "Tour Of Duty";
if ("That was VIP quality!" == document.getElementsByTagName("h1")[0].innerHTML) {
document.getElementsByTagName("h1")[0].innerHTML = "That was <span style='font-style: italic; font-weight: bold; text-decoration: overline underline;'>" + quality + " quality</span>!";
}