Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Linkify Google green URLs

For each google search hit, changes the usually non-clickable green URL into a series of clickable links for each '/' delimited part.




Nov 27, 2006
marc User

Trust me, you don't want this. ugly-fies the page.

 
Oct 15, 2006
TheNewMessiah User

This one just doesn't work for me. It did, for all of 5 minutes. But now even reinstalling it doesn't do jack squat.

Its a really great idea though.

 
Sep 19, 2006
Migue User

Tim Tom, you can do it yourself: edit the Script and change the makeAnchor function to reflect an "a" class instead of a 008000 color.

IE, search for
function makeAnchor(url, text)
{
return "" + text + "";
}

And change it to
function makeAnchor(url, text)
{
return "" + text + "";
}

Good luck.

 
Aug 27, 2006
Tim Tom User

Great script!

Can you keep the links green?

Tim
10,675 days

You could comment on this script if you were logged in.