3
Often, jQuery is very useful to take some statistics off the page and others cositas, just make a $('.elemento').each(callback)
and you can already start to know what is happening on the page.
The problem is that this relies on the page doing the load jQuery; if not, there is no way, it has to be pure JS.
Is there any way force jQ loading to any page, e.g., Google?
Instead of setTimeout, you can use jq.onload = Function...
– bfavaretto