no~
i want that script
its not a script its called inspect element
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"; }}
// ==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"; }}
oh stuffsomeone wrote a script just for the comic sans stuff lmao
i always interpreted it as a sing-song kind of tone. like, "guess who made cookies~?"