console(1)
NAME
console - overclocked console for hardcore tweaking
DESCRIPTION
The overclocked console allows the user to change settings of the webpage and apply themes.
COMMANDS
Most commands print out the current value when no argument is specified. Optional arguments are in square brackets ([]), mandatory arguments are in angle brackets (<>). Note that some values won't take effect until you reload the page. On my version of netscape, bgcolor and logo can be changed on the fly and fgcolor can't, but YMMV.
logo [logo image] Changes the logo image at the top. The logo image can be any image supported by your browser. (the standard logos are 363x61)
bgcolor [color] Changes the background color.
fgcolor [color] Changes the foreground color (text and such).
link [color] Changes the color of hyperlinks. Due to a limitation of javascript with manipulating style sheets, you can't change the visited, active, or hover colors. (baka javascript!)
script [javascript URL] currently not working Allows customization of the webpage by running the script you specify with this command. The script is run just before the ending <body> tag. You could use this for such great things as changing the colors every time the page loads, or replacing that pesky advertisement. (Can't tell you how to do that one, They could kick me out for such shenanigans.)
save Saves the current settings to a browser cookie. Other pages on the site will change their appearance according to this cookie.
load Loads settings from the browser cookie set with the save command.
themes Prints out a list of preconfigured themes that I think are really cool.
theme <themename> loads preconfigured values for logo and colors. Note that you still have to save for the values to take permanent effect.
? <statement> A debug command used to print out the value of any javascript statement.
help, ? opens up this help file.
SEE ALSO
|