I got bored last week and came up with this. I'm guessing General Forum is the right place for it, but if a mod thinks that it would be better placed elsewhere feel free to move it
Firefox users:
Copy the code in the box below exactly as it is. Open up your "Bookmarks" menu, and click on "Manage Bookmarks". Now add a new bookmark, pasting the copied text into the "Location" field of the "New Bookmark" dialog. Give it a name of your choice and then click on "OK". Now, browse to the Ozzu main page, open up your bookmarks and then click on the new bookmark you just added. You should now see the "whiter" side of Ozzu
Here's the code:
javascript:(function(){ var tds = document.getElementsByTagName('td'); for(i=0; i<document.links.length; i++) { var lx = document.links[i]; lx.onmouseover = function(){return;}; lx.onmouseout = function(){return;}; if(lx.className=='forumlink') { lx.style.color='#666'; lx.onmouseover=function(){this.style.color='#000';}; lx.onmouseout=function(){this.style.color='#666';}; } else { lx.style.color='#666'; lx.onmouseover=function(){this.style.color='#000';}; lx.onmouseout=function(){this.style.color='#666';}; } } var span = document.getElementsByTagName('span'); for(i=0; i<span.length; i++) { if(span[i].className=='gensmall' || span[i].className=='genmed' || span[i].className=='postdetails' || span[i].className=='cattitle' || span[i].className=='postbody') { span[i].style.color='#666'; } if(span[i].className=='nav' || span[i].className=='topictitle' || span[i].className=='name'){ span[i].style.color='#000'; } } for(i=0; i<tds.length; i++) { if(tds[i].className=='bodyline'){ tds[i].style.backgroundColor='#eee'; } if(tds[i].className=='row1' || tds[i].className=='row2' || tds[i].className=='row3' || tds[i].className=='row3Right'){ tds[i].style.backgroundColor='#fff'; tds[i].onmouseover = function(){return;}; tds[i].onmouseout = function(){return;}; } if(tds[i].className=='catLeft' || tds[i].className=='catHead' || tds[i].className=='catBottom'){ tds[i].style.backgroundColor='#ccc'; tds[i].style.color='#666'; } if(tds[i].className=='bgframe') { tds[i].style.backgroundColor='#ccc'; tds[i].style.backgroundImage=''; } if(tds[i].className=='gensmall' || tds[i].className=='postbody'){ tds[i].style.color='#000'; } if(tds[i].className=='spaceRow') { tds[i].style.color='#eee'; tds[i].style.backgroundImage=''; } if(tds[i].className=='quote' || tds[i].className=='code') { tds[i].style.backgroundColor='#999'; tds[i].style.color='#000'; tds[i].style.border='1px solid #000'; } } var textareas = document.getElementsByTagName('textarea'); for(i=0; i<textareas.length; i++) { if(textareas[i].className=='post') { textareas[i].style.backgroundColor='#999'; textareas[i].style.color='#000'; textareas[i].style.border='1px solid #000'; } } var inputs = document.getElementsByTagName('input'); for(i=0; i<inputs.length; i++) { if(inputs[i].className=='liteoption'){ inputs[i].style.backgroundColor='#999'; inputs[i].style.color='#000'; inputs[i].style.border='1px solid #000'; } } var sel = document.getElementsByTagName('select'); for(i=0; i<sel.length; i++) { sel[i].style.backgroundColor='#999'; sel[i].style.color='#000'; sel[i].style.border='1px solid #000'; } })()
Why do geeks get Halloween and Christmas confused?
Because 31 Oct == 25 Dec
www.darren-king.co.uk