// ==UserScript== // @name FORCED_ANON // @namespace http://foone.org/ // @description Removes all names/tripcodes on 4chan // @include http://*.4chan.org/* // ==/UserScript== (function() { if(window.location.host.match(/4chan/)){ var spans=document.getElementsByTagName('span'); for(var i=0;i