Google Custom Links

By Laymain Last update Feb 10, 2010 — Installed 407 times.

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"});