The site probably fetches the next page with AJAX. There's no way 
Greasemonkey can know when the page requests the next page data. You have 
to hook into that function.

On Saturday, February 1, 2014 2:37:17 PM UTC+1, Stefan Wolfrum wrote:
>
> 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.

Reply via email to