Ustream Auto Opener

By kuy Last update Aug 20, 2007 — Installed 219 times.


Script Summary: Checks your favorite Ustream channel is live or not and opens it automatically.

Version: 0.1.0 [07-08-20]

Script homepage

Information

Latest version : 0.1.0 [2007.08.20]

Tested platform : Firefox 2.0.0.6 + Greasemonkey 0.7

Settings

You can configure two items as following:

  • list - a list of your favorite channel ID of Ustream. this is case sensitive.
  • interval - a value of check interval (unit: minutes)

This is a sample setting:

// append here user ID (case sensitive)
var list = ["hidek", "sweetlove", "ryumu", "kuy"];

// check interval (minutes)
var interval = 15;

How to use

You only click the button "Ustream Auto Opener - Enable" from Greasemonkey command menu.
This command button will show any tab (page) of Firefox.

However, please be carefully that you have to execute this command in the tab that is always opening. (i.e. Gmail)
If you close or reload the tab that was executed it, "Ustream Auto Openter" will be disable.
In this case, please execute it again in other tab.

Todo

  • Supports Opera (and IEPro)
  • Add disable command (only enable command in current version)
  • Add check now command
  • Add overlay to inform status (likes Pagerization)

Updates

2007/08/20 - 0.1.0 - first release