views:

18

answers:

0

I'm modifying the existing GrabThemAll Firefox extension, which takes a list of URLs, loads them each into their own browser window, and takes a screenshot of the page.

I would also like to run a greasemonkey script on this page, but I am not sure how to go about doing this. I have GM set up to automatically execute any time the URLs in question are loaded (and it does work when browsing normally), but it seems that the GM extension isn't running when loading the content in its own browser window.

Does anybody have any pointers, or ideas for how to invoke a GM script from within my extension (or to get the browser window to run extensions)?