Google access keys

By ms609 Last update Feb 16, 2012 — Installed 1,165 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
ms609 Script's Author

Thanks for the tip - it irks me too, but on some pages the links aren't underlined, and I can't quite get it to behave appropriately there...

 
kmccann User

the script is awesome, but the fact that "scholar pro" and "wikipedia" were not underlined bugged me. threw off the whole look. i was able to fix it very simply by changing:

spro.innerHTML = "Scholar Pro";

to:

spro.innerHTML = "<u>Scholar Pro</u>";

and the similarly for wikipedia. technically, probably not the right way to go about it, but its works and that makes me happy.