Autopagerize

2009.07.28 19:09

Autopagerize
// ==UserScript==
// @name oAutoPagerize
// @namespace http://ss-o.net/
// @description loading next page and inserting into current page.(opera-optimized and Safari3 support..)
// @checkurl http://ss-o.net/userjs/oAutoPagerize.user.js
// @include http*
// @exclude http*..*.login*
// ==/UserScript==
//
// author: os0x( http://d.hatena.ne.jp/os0x/ )
//
// this script based on
// AutoPagerize_opera ( http://d.hatena.ne.jp/gnarl/20070603/1180820465 id:gnarl) and
// AutoPagerize ( http://userscripts.org/scripts/show/8551 id:swdyh) and
// GoogleAutoPager ( http://la.ma.la/blog/diary_200506231749.htm ) and
// estseek autopager ( http://la.ma.la/blog/diary_200601100209.htm ).
// thanks to ma.la.
//
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// UPDATE INFO (Only Japanese) http://d.hatena.ne.jp/os0x/searchdiary?word=%2a%5boAutoPagerize%5d
//

//javascript:(function(a,s){s=document.createElement('script');s.charset='UTF-8';s.type='text/javascript';s.src=a.shift();document.body.appendChild(s);if(a.length)arguments.callee(a);})(['http://ss-o.net/userjs/xAutoPagerize.user.js']);


(function(a,s){s=document.createElement('script');
s.charset='UTF-8';
s.type='text/javascript';
s.src=a.shift();
document.body.appendChild(s);
if(a.length)arguments.callee(a);
})(['http://ss-o.net/userjs/xAutoPagerize.user.js']);

posted by lunaetlinetito

違反を報告する