JQuery is often very useful for taking some page statistics and other things , just make a $('.elemento').each(callback)
and you can start to know what is happening on the page.
The problem is that this relies on the page doing the load of jQuery; if not, there is no way, it has to be pure JS.
Is there any way to force the loading of jQ on any page, eg Google?