Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
It seems once you start hacking you can't stop. I fixed the multi-digit support to clear the state after a link is activated. Now you can use the search results page over and over again (i.e. page back) without reloading.
Get the modified script (v 2.2) at http://dev.zuckschwerdt.org/googlesearchkeys.us... |
|
|
Google changed the search result markup again it seems. Each result used to be wrapped in a 'p', now it's a 'div'. Also the link element is now nested by another h2. This in turn is preceeded by a prefetch link sometimes.
|
|
|
Fix is now here:
|
|
|
it doesn't work for me either. i replaced document.onkeydown = keypress_handler; with document.addEventListener("keydown", keypress_handler, false) it seems to work now |
|
|
It assigned an numeric value to each item in a Google search, but does not respond / load an URL when I enter the associated list number.
|
|
|
Fixed for 1.5 available here: |