Author Topic: BREAKING News  (Read 1941 times)



this it what autism looks like





it doesn't even work for me smh

it doesn't even work for me smh
make it into a tampermonkey script or else you have to copypaste it into your console every time you enter another page

make it into a tampermonkey script or else you have to copypaste it into your console every time you enter another page


it doesn't even work for me smh
that might've been an old version actually

try this:
Code: [Select]
// ==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