On 09/17/09 13:47, George wrote: > ... a way to make my user script invoked whenever any change in the > loaded web page happens ...
This is really becoming a FAQ! http://groups.google.com/group/greasemonkey-users/t/218cd7561e5f79b4 The general answer is DOM mutation events. If the page changes somehow, one of them is going to fire. http://www.w3.org/TR/DOM-Level-3-Events/#events-mutationevents "The mutation and mutation name event modules are designed to allow notification of any changes to the structure of a document ..." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
