Jump to content

User talk:The Transhumanist/LoadNextPage.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Transhumanist (talk | contribs) at 23:55, 12 July 2017 (Desired features: add a couple). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

I'm using this page as a workspace for the development of the script. The talk page portion of it starts at #Discussions, below.

Script's workshop

This is the work area for developing the script and its documentation. The talk page portion of this page starts at #Discussions, below.

Description / instruction manual

(Script under development - not yet functional)

LoadNextPage = Load Next Page

Its purpose: Loads the next page from the load list.

When completed, this script will load the next page from the load list in the current window, but will first ask if the user wants to leave the current page.

Explanatory notes

Quick walk-through

Change log

Task list

Bugs

Desired features

  • Check for load list
  • Check to see if load list is empty
  • Load next page into separate window
  • Load next page into new tab

Completed features

Development notes

  • Where should it get the list?
    • Load the links listed on the current page?
    • From a standard designated page? (e.g., "Pageloader list")
  • How does it know when you are done with the page?
    • It doesn't have to
      • It remembers the last page loaded
      • When you call it again, it loads the next page on the list

Rough rough talk-through

Script dependencies

Discussions