hi folks, greasemonkey script author newbie here. wrote a script, works fine. but only on first load of the web page it manipulates (I'm inserting new HTML elements into the DOM). the web page I manipulate shows a list of users in a table, 20 at a time. at the bottom there's a "next page" link and this refers to the same url but with a different value of a parameter, something like "&showfrom=21". my script gets executed the first time this page loads but not after I click on those "next page" links that are essentially the same url only with a new value of that parameter.
how can I make the script run every time? thanks, Stefan. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/groups/opt_out.
