2 reviews
Review written by peter733 - see all my reviews (4)
as of 2009.07.12, this script is the only one that actually works in automatically loading the next page. i'm using Chrome 2.0.172.28 and testing the script with google search
other scripts i found on userscripts.org didnt work
perhaps a revision to prompt the user for loading the next page in background new tabs ? a man can wish
thank you for a great script
This is an excellent script and it works very well except for one small bug in version 1.2.2
The Problem:
It stops paging when the scroll height gets too big.
An Example:
1. Goto http://digg.com
2. Auto-Page down to page: 40
Notice how it stops paging, but there are still more pages.
I think this is a bug in Opera 9.63.
The Solution:
Change Line #214 From "var docRoot = document.documentElement.clientHeight <= document.body.clientHeight ? document.documentElement : document.body;" To "var docRoot = document.documentElement.scrollHeight > document.body.scrollHeight ? document.documentElement : document.body;"
(no quotes)
