Script Summary: Google Custom Links
Screenshot

Instruction
Edit the Configuration section to :- Add as many link you want
- Remove links by 'link name' or 'link address'
Example
// Configuration
var links = new Array(
{name:'Facebook', url:'http://www.facebook.com/'},
{name:'Firefox', url:'http://www.firefox.com/'},
{name:'UserScripts', url:'http://www.userscripts.org/'}
);
var remove = new Array('Calendar', 'Reader', {href:"http://video.google.com/?hl=en&tab=wv"});


