Super Next Page

By godeye Last update Jan 2, 2012 — Installed 19,476 times.

Add your review

11 reviews


5 stars
Super! , Mar 18, 2013
Review written by anxiousape - see all my reviews (3)

Very nice. Works little better than Firefox Addon called "Nex Please", which would be my second choice.

This script along with Firegesture addon, makes me a Inter-webs Ninja : D

0 comments |

4 stars
设置off也会启动 , Jun 5, 2012
Review written by soloyu - see all my reviews (2)

有时设置off也会启动预读,这个情况似乎是随机出现,但现在有点频繁

1 comment |

5 stars
又發現一個網站會有問題 , Feb 18, 2012
Review written by xiong - see all my reviews (2)

重灌狂人的網誌
http://briian.com/

瀏覽到一半的位置不斷跳到下一頁...不斷刷新...
怎是不能完整的看完一個頁面

0 comments |

5 stars
建议能支持Scriptish安装 , Feb 12, 2012
Review written by bba - see all my reviews (5)

建议能支持Scriptish安装

脚本不错,谢谢了

1 comment |

4 stars
能不能保留上一页的预读? , Sep 5, 2011
Review written by dupontjoy - see all my reviews (18)

看网页的时候,有时会回到上一页重新看个仔细,这个脚本预读下一页确实很强大,但点上一页的时候又会重新加载了,比较费时间。可不可以保留本页面的内容,以便可能会点“上一页”回来。

0 comments |

5 stars
神器不解释 , Jun 27, 2011
Review written by xzybaker - see all my reviews (1)

谁用谁知道

0 comments |

5 stars
brilliant! , Mar 30, 2011
Review written by skrell - see all my reviews (18)

i had no idea how much i've love this functionality!

0 comments |

5 stars
the best ever , Jul 17, 2010
Review written by stretchion - see all my reviews (6)

I'm using greasemonkey and firefox older version just for this script and other 4 scripts simple flash block google image proxy google monkeyr google translator tooltip

0 comments |

5 stars
go to next when reach end of page , Nov 25, 2009
Review written by diamdiam - see all my reviews (1)

I have amend your script so that when i press "page down" to scroll down until i reach the bottom end of the web page, i can press "page down" again to go to the next page.

change line 706 to
if (event.ctrlKey || event.shiftKey || event.metaKey || event.keyCode != 37 && event.keyCode!= 39 && event.keyCode != 34 || delay)

add the following after line 737
else if (event.keyCode == 34 && next.found&&(document.documentElement.clientHeight+document.documentElement.scrollTop+10)>document.documentElement.scrollHeight){
event.preventDefault()
if (readyfornext) {
var e = document.createEvent("MouseEvents");
e.initMouseEvent("click", 1, 1, window, 1,0,0,0,0,0,0,0,0,0, next.link);
next.link.dispatchEvent(e);
} else {
openLink(next.link);
}
}

0 comments |

5 stars
the best script I ever used , Sep 15, 2009
Review written by bumino - see all my reviews (10)

This is an amazing greasemonkey script. Best one I ever used. I used autopager before, and it screws up so many pages, as well as being annoying. This one does exactly everything it should, perfectly, and on more sites than autopager as well.

0 comments |