Hi,
Was thinking would be cool to have a plugin for displaying an array of webpage counters. I have a couple sites myself and would be nice to see them tick away in real-time as visitor click on my sites.
I guess you would have to parse the website, and extract the page counter code. Maybe a tool for the job would be JSoup because it allows you to do this with text, attributes and html.
But, I don't even know if this is even possible, because a counter could be implemented in javascript, php, flash, etc.