start page rotation
start page rotation
- Started
- Last post
- 2 Responses
- rfelix
Does anyone know of a free, non spyware program that will simply flipflop my start page between a few pages i'd like to keep up with every time i open my browser?
- brundlefly0
I am guessing spyware means you are on a PC, in which case, no, no I don't
- murmer0
I wrote a simple Javascript that did just that thing for me. Its simple.
Create an array, Load the urls into each item,
randomly load an array index.
set the window.location to the randomly selected array index value.Works best if you have more than 4 or 5 favaorite home pages.