User:The Goblin/rando

From Homestar Runner Wiki

Jump to: navigation, search

I have created a tool on my website that redirects you to a random toon on Homestar Runner. Besides going to any random toon, you can also choose which category of toons to choose from, using certain URL parameters.

Source: http://scriptwiki.net/rando.php?source

Contents

View any toon

Simply visit http://scriptwiki.net/rando.php.

Only view categories of toons you want

By appending &includeonly=code1|code2|code3 to the url, you can have the random function only choose from those codes.

Examples:

The codes are listed at #Codes below.

View any toon except a certain category

By appending &noinclude=code1|code2|code3 to the url, you can have the random function choose from everything but those codes.

Examples:

View a main page

Simply visit http://scriptwiki.net/rando.php?mp=true.

View a random SWF file

If you are using the plain http://scriptwiki.net/rando.php link, then you go to http://scriptwiki.net/rando.php?swf. Otherwise, you append &swf to the url, as follows.

Codes

The codes for includeonly and noinclude are as follows: