On Sat, Jul 18, 2009 at 6:31 PM, Rizzo <[email protected]> wrote: > > Should GM be able to execute scripts on URLs invoked by Javascripts or > just on URLs referenced directly in the page's HTML? > > The statement 'URLs invoked by javascript' is not very precise. If it means that a piece of javascript code loads the page into a frame or iframe, then Greasemonkey scripts should run in (i)frame. If it means the the javascript code loads the page via an XMLHttpRequest, then I'd say that Greasemonkey scripts are not run in this case, the reason being presumably that the onContentLoad event is not triggered by the response of XMLHttpRequest.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
