Cannot find that topic
// ==UserScript==
// @name Newgrounds Force Tank Awards
// @namespace force_tankawards@snakehole.net
// @include http://*.newgrounds.com/*
// ==/UserScript==
// Force Original Logo by uncommenting the following line.
// document.getElementById("center").style.backgroundImage = "url('http://img.ngfiles.com/logobg.gif')";
// Force original BG by uncommenting this block
/*
document.getElementById("main").style.backgroundImage = "url('http://img.ngfiles.com/headerbg.jpg')";
document.getElementById("main").style.backgroundRepeat = "no-repeat";
document.getElementById("main").style.backgroundRepeat = "no-repeat";
document.getElementById("main").style.backgroundPosition = "top center";
*/
// Tank Awards Logo
document.getElementById("center").style.backgroundImage = "url('http://img.ngfiles.com/holiday/20080500_tankawards/logobg.gif')";
// Tanks awards BG
// document.getElementById("main").style.backgroundImage = "url('http://img.ngfiles.com/holiday/20080500_tankawards/headerbg.jpg')";
// Shared BG
/* document.body.style.backgroundImage = "url('http://img.ngfiles.com/bg.gif')";
document.body.style.backgroundRepeat = "repeat-y";
document.body.style.backgroundPosition = "top center";*/
