Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Robert, you're right - Google added a nobr tag to the page header which the script wasn't expecting. I've updated the code. |
|
|
This script doesn't seem to work. I get an error on line 175, "elements.targetLink is undefined". |
|
|
Thanks for your feedback Michal, I've modified the script to include your fix :) |
|
|
Nice script. However, it doesn't work with non-English Google pages, as it tries to locate the English "Sign in" or "Sign out" text, which is obviously not present on non-English pages. A quick fix that solved it for me was to replace the line:
with:
Now it checks the link's href attribute, rather than text. |