Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I added a new script that aims at Google new homepage design, with links at the top of the page - http://userscripts.org/scripts/show/9716 |
|
|
I got it to work by changing this line: var nodEvenMore = xpathFirst('//a[@class="q"][.="even more\u00A0\u00BB"]'); to: var nodEvenMore = xpathFirst('//a[@class="q"][.="more\u00A0\u00BB"]'); |
|
|
Not working for me. Looks like you're in the middle of updating it, though... |