Using Opera, no need for any fancy additions: it's that good out of the box.
Anyways: it boils down to an iframe & script that injects a 3rd party script on this site.
Code:
<center>
<iframe border="0" width="728" height="90" marginwidth="0" marginheight="0" frameborder="0" bordercolor="#000000" scrolling="no" src="http://banner.atomicgamer.com/strategy/forum.html"></iframe>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
var random = Math.round(Math.random() * 100000000);
if (!pageNum) var pageNum = Math.round(Math.random() * 100000000);
document.write('<SCR');
document.write('IPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="http://cgm.adbureau.net/jserver/acc_random=' + random + '/SITE=TOTALWAR/AREA=PC/AAMSZ=600X400/pageid=' + pageNum + '">');
document.write('</SCR');
document.write('IPT>');
</SCRIPT>
</center>
</body>
This can probably be trivially killed if you can inject JavaScript of your own to modify the page before it is loaded. That is possible with Opera, but I don't know about other browsers.
Bookmarks