Essentially I'm trying to
- navigate to a webpage
- wait for that webpage to load
- execute a JS function/alert/whatever on that page
all from a single bookmarklet. Is this possible? I can't seem to get onload to work for me, but that may be because of my own personal failings here.