AutoPager is a firefox/mozilla extension to autoloading next page. You can download it here . If you like it, please post a review to https://addons.mozilla.org/en-US/firefox/addon/4925. Mozilla Add-ons editors will not set this extension to public if there are not enough reviewers. Thanks.
AutoPager's configuration is base on XPath. You can find there is a built in function to create a XPath by click some links on the pages. This extension will import online configuration from these sources: http://autopager.mozdev.org/conf.d/autopager.xml, http://blogs.sun.com/wind/entry/autopager_site_config, http://swdyh.infogami.com/autopagerize and http://userjs.oh.land.to/pagerization/convert.php?file=siteinfo.v4. The last two ones are originally created for autopagerize and pagerization. If you have new site config please submit it to http://www.teesoft.info/component/option,com_autopager/Itemid,47/ . Thanks.
You can find XPath tutorials at http://www.w3schools.com/xpath/ and http://www.zvon.org/xxl/XPathTutorial/General/examples.html.
If you don't know XPath and don't want to learn it. please use the smart paging feature of this extension.For some site with next links have text "next" or ">" or other you string you set, the extension will auto follow the link. It will try to meet the links or buttons' text,id,name and class, and image source. To avoid follow wrong links, here I use equal compare after convert ot lower case. But for image, I use ends with. So you need only give the image name,not need the full path, lower case too.
You can also use this extension as an XPath generator. I can't find a better one for this purpose, so I create one for this extension. If you find any better XPath generator, let me know. Otherwise I will continue to improve the XPath generator bese on your feed back.
If you have any suggestion or you find some bugs in this extension, you are welcome to leave me a message. You can comments on my blog at http://blogs.sun.com/wind or add a note in this site.
