Notes
The 'RandomPageFromList' script reads a list of URLs from a text file, selects one at random and sends the user to that URL.
See also the basic random page script, which scans an HTML document tree and sends the user to a randomly-chosen document.
A Python version of this script is also available.
|