Main Menu
Home
News
Forum
Tutorials
FAQs
Download
Search
Links
Blog
Paging Rules
Submit AP Rule
Login Form


Lost Pass? Register


News Flash
AutoPager: Version 0.6.0.13 prerelease. Rewrite most of the code to make it works on both Firefox, Google Chrome and Fennec. Improve AutoPager Lite. And allow other scripts to integrate with AutoPager. You can find more info here.
Recent update may failed to install due to some mozilla site issue: https://bugzilla.mozilla.org/show_bug.cgi?id=544587. We are working on it.
Install Stable Full Version. Install Dev Full Version. Install Stable Lite Version. Install Dev Lite Version. Install Chrome Version.
Try Ctrl+ALT+3 if it doesn't work on your google.
You can now update to 0.6.0.13: We recommend!Click here to scan for System Errors & Optimize PC Performance
Create new ap rule for page without "next" in links comment

This works on AutoPager 0.5.1.4 or newer version.
This is the recording of the steps to create the rule for http://www.pspad.com/en/pspad-extensions.php.
This demo shows how to create AutoPager rules for the pages which don't have "Next" in links. They only have a navbar includes all the page numbers like this: Page: [1], 2, 3, 4.

The final link xpath get in this tutorial is:
//div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1]
Steps explains:

//div[@id='obspoz']/p :select the navbar.
//div[@id='obspoz']/p/text() : select the texts in the navbar since current page number does not have a node
//div[@id='obspoz']/p/text()[contains(.,'[')] : select the text for the current page number. It will be easier if the current page number has a node, for example if it's a span with class='current': //div[@id='obspoz']/p/span[@class='current'].
//div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] : select the first link after the current page number text.

< Prev   Next >

Feed
RSS 2.0





Google Translate: Arabic German Portuguese Italian Russian Japanese Spanish French Korean Turkish