it doesn't even work for me smh
that might've been an old version actually
try this:
// ==UserScript==
// @name comic sans is handicapped
// @namespace http://thepotato.net/
// @version 1.0
// @description srsly
// @author Steve5451
// @include http://forum.blockland.us/index.php?topic=*
// @grant none
// ==/UserScript==
var spans = document.getElementsByTagName("span");
for(i = 0; i < spans.length; i++) {
if(spans[i].getAttribute("style") !== null && spans[i].getAttribute("style").toLowerCase().indexOf("comic sans ms") !== -1) {
spans[i].innerHTML = "i'm handicapped";
}
}
well then youre just dumb
what's the need for this lol