"Auto Pager" settings for VGMaps

Started by Maxim, January 26, 2009, 09:55:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Maxim

Auto Pager is a Firefox extension that auto-loads the next page on lots of websites, turning them into "infinite pages" (the next page loads at the bottom as you scroll down). You can import this to make it work on this site:
<autopager>
<site><urlPattern>https://www.vgmaps.com/forums/*</urlPattern>
<guid>F24C4D6E-2E74-65FD-A503-21BA-0D19-9C71</guid>
<margin>1</margin>
<owner>Maxim</owner>
<quickLoad>true</quickLoad>
<published>true</published>
<contentXPath>//div[@id='content']</contentXPath>
<testLink>https://www.vgmaps.com/forums/index.php?page=1&amp;topic=687</testLink>
<linkXPath>//a[@class='menu' and (contains(text(),'Next Page') or contains(text(), 'Last Page'))]</linkXPath>
<desc>VGMaps.com forums (GF++)</desc>
</site>
</autopager>


Edit: out of date, see below.

Raccoon Sam


Maxim

Here's one for the new forums:

<autopager>
<site><urlPattern>https://www.vgmaps.com/forums/index.php?topic=*</urlPattern>
<guid>1CFB4F91-6063-7357-6E1A-35BF-6036-9C09</guid>
<margin>1</margin>
<owner>Maxim</owner>
<quickLoad>true</quickLoad>
<contentXPath>//form[@id='quickModForm']/table[@class='bordercolor']</contentXPath>
<testLink>https://www.vgmaps.com/forums/index.php?topic=521.30</testLink>
<linkXPath>//b[not(contains(text(),'...'))]/following-sibling::a[@class='navPages'][1]</linkXPath>
<desc>SMF forums</desc>
</site>
</autopager>