I couldn't believe I couldn't find the script for this via Google!
What's the code which works in all the major browsers that lets users open the next page in a series of pages by simply pressing Spacebar (instead of clicking on a 'Next' link)?
I got the idea from Opera which has a 'Smart spacebar.'
Script Summary: When page is scrolled to bottom, press spacebar to go to next page in list.
Pressing spacebar scrolls page as usual, but if there's nothing left to scroll, it goes to the next page. Link to next page is determined by rel="next" attribute or by link text.