Author Topic: "Auto Pager" settings for VGMaps  (Read 24221 times)

0 Members and 1 Guest are viewing this topic.

Offline Maxim

  • Hero Member
  • *****
  • Posts: 974
"Auto Pager" settings for VGMaps
« on: January 26, 2009, 09:55:49 am »
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:
Code: [Select]
<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.
« Last Edit: September 19, 2009, 03:39:36 pm by Maxim »

Offline Raccoon Sam

  • Full Member
  • ***
  • Posts: 124
RE: &quot;Auto Pager&quot; settings for VGMaps
« Reply #1 on: January 26, 2009, 11:24:26 am »
Looks very handy. I support!

Offline Maxim

  • Hero Member
  • *****
  • Posts: 974
New forums
« Reply #2 on: September 19, 2009, 03:38:30 pm »
Here's one for the new forums:

Code: [Select]
<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>