On 7/18/2009 5:19 PM, esquifit wrote:
> The statement 'URLs invoked by javascript' is not very precise.  If
> it means .. the javascript code loads .. an XMLHttpRequest.. the
> onContentLoad event is not triggered by the response of 
> XMLHttpRequest.

This is correct.

If you must respond to something happening as the result of AJAX on the 
page, you'll have to do something much more complicated than a normal 
script.  Such an example is my:

http://arantius.com/misc/greasemonkey/google-reader-feed-cleaner.user.js

Which removes various annoying bits from feed items in Google Reader, 
every time items are added.  It does so by listening to the 
DOMNodeInserted event.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to