If you use FireFox with the Developer extension and you just want the counter for your own personal information (for quick and easy stats) you could install a counter into a <div> with the display set to hidden - using the FF developer extension you can change the CSS in real time and delete out the display:hidden and it will temporarily show on your screen only. As the counter is still occupying HTML flow best to place somewhere remote on the page
Comment