I see the sigs thing but not the 4kids
Code: [Select]// ==UserScript==// @name No Sigs pls for Blockland// @namespace nosigspls// @version 0.1// @description badspot pls// @author Steve5451// @include http://forum.blockland.us/index.php?topic=*// @updateURL = http://thepotato.net/scripts/nosigs.user.js// @grant none// ==/UserScript==var sigs = document.getElementsByClassName("signature");for(i = 0; i < sigs.length; i++) { sigs[i].innerHTML = '';}click the link to install it if you have a userscirpt extension alreadyhttp://thepotato.net/scripts/nosigs.user.js
// ==UserScript==// @name No Sigs pls for Blockland// @namespace nosigspls// @version 0.1// @description badspot pls// @author Steve5451// @include http://forum.blockland.us/index.php?topic=*// @updateURL = http://thepotato.net/scripts/nosigs.user.js// @grant none// ==/UserScript==var sigs = document.getElementsByClassName("signature");for(i = 0; i < sigs.length; i++) { sigs[i].innerHTML = '';}