Comments by Winston Huang on scripts

2 comments

Comment on:
Google Searchkeys

Jun 21, 2006

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

Comment on:
SourceForge.net direct download.

Nov 14, 2005

my download goes to an infinite loop. is your script redirecting after the first redirect?