oAutoPagerize

By os0x Last update Sep 16, 2009 — Installed 3,790 times. Daily Installs: 20, 8, 13, 11, 11, 8, 7, 17, 12, 17, 15, 3, 8, 14, 18, 9, 26, 5, 2, 14, 7, 10, 14, 8, 12, 11, 7, 11, 17, 12, 28, 25

Add your review

2 reviews


5 stars
as of 2009.07.12 this script is the only one that actually works , Jul 12, 2009
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

http://tr.im/peter733

0 comments |

5 stars
Very Good! But has a bug. , Feb 24, 2009
Review written by jiochiog - see all my reviews (1)

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)

0 comments |