I made an autopager script for you guys

FleeceMooseJaguar

True & Honest Fan
kiwifarms.net
Joined
Sep 6, 2017
(PLEASE DISREGARD THAT I SUCK COCKS. Sorry for spooping people with a script file. )
giphy.gif
Autopager is a Firefox/Waterfox addon that lets you load in the next page of things like google search results or threads automatically at the bottom of the page without clicking or going to a new url. This lets you keep a thread as one long page. (After 40 pages it really strains the system tho :( )

  1. Install Autopager.
  2. Copy this into an editor and save file with no extension:
    Code:
    <autopager>
    <site><urlPattern>https://kiwifarms.net/threads/*</urlPattern>
    <guid>57AAE3F1-DB76-3C70-C83F-384C-7166-81E4</guid>
    <margin>1</margin>
    <owner>Diplowave</owner>
    <enableJS>false</enableJS>
    <quickLoad>true</quickLoad>
    <contentXPath>//div[@id='content' and @class='thread_view']/div[@class='pageWidth']/div[@class='pageContent']</contentXPath>
    <testLink>https://kiwifarms.net/threads/arthur-racian-chu-arthur_affect-harbor-crest-apartments-24455-lake-shore-blvd-euclid-oh-44123.13907/</testLink>
    <linkXPath>//a[@class='text' and contains(text(),'Next &gt;')]</linkXPath>
    <desc>AutoPager rule for threads on kiwifarms.net</desc>
    </site>
    </autopager>

  3. go to any thread.
  4. do this:
    1. Figure 1
      Screenshot (4).png
  5. Then this.
    1. Figure 2
      Screenshot (5).png
  6. Import the file you made.
  7. ?
  8. Profit! Enjoy infinite scrolling and whole thread word searches.
 
Last edited:
OP is a fucking moron for posting scripts right now but this is all that text file contains.

Code:
<autopager>
<site><urlPattern>https://kiwifarms.net/threads/*</urlPattern>
<guid>57AAE3F1-DB76-3C70-C83F-384C-7166-81E4</guid>
<margin>1</margin>
<owner>Diplowave</owner>
<enableJS>false</enableJS>
<quickLoad>true</quickLoad>
<contentXPath>//div[@id='content' and @class='thread_view']/div[@class='pageWidth']/div[@class='pageContent']</contentXPath>
<testLink>https://kiwifarms.net/threads/arthur-racian-chu-arthur_affect-harbor-crest-apartments-24455-lake-shore-blvd-euclid-oh-44123.13907/</testLink>
<linkXPath>//a[@class='text' and contains(text(),'Next &gt;')]</linkXPath>
<desc>AutoPager rule for threads on kiwifarms.net</desc>
</site>
</autopager>

Basic HTML instructions for some sort of FireFox extension.
 
Well shit. Didn't mean to spook anyone.
These things happen, just poorly timed and there's not very much explanation to the script/plugin
So, it might help if you edit your OP, explaining what the 'autopager' plugin is for, and what it does.
 
  • Agree
Reactions: Uncanny Valley
These things happen, just poorly timed and there's not very much explanation to the script/plugin
So, it might help if you edit your OP, explaining what the 'autopager' plugin is for, and what it does.
Ok I spruced it up a bit. What is this "poor timing" you speak of?
 
Back