I took a look at the page again. It turns out that when the user clicks on one of the many page-changing links (previous, next, and a half-dozen page numbers), it calls a repagination function like this:
onclick="jiveviewthreads.setStart(30); return false;" so I can search for that element and pop in my own function like this: onclick="jiveviewthreads.setStart(30); fixLinks(); return false;" -- 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.
