When I load a particular webpage, I’d like to call a Javascript function that exists within their page. I could use a bookmarklet with javascript:TheFunction();, but I’d like to know if there’s an easier way to do it, either with a Chrome extension or otherwise.
When I load a particular webpage, I’d like to call a Javascript function that
Share
With chrome, you can either install a grease monkey script directly or get the Blank Canvas script handler plugin (the latter of which I use).