public
Description: a userscript for auto loading paginated web pages
Homepage: http://userscripts.org/scripts/show/8551
Clone URL: git://github.com/swdyh/autopagerize.git
Click here to lend your support to: autopagerize and make a donation at www.pledgie.com !
 * 0.0.31
swdyh (author)
Sat Jun 28 11:49:53 -0700 2008
commit  0f5150c8e83017b4700db16c5e0f517817cdaf20
tree    98c0107bcc98c8c93fd91da3f67eb75e7689af73
parent  1e97a6b7109aa068ea7d8fc4628c60c955609633
...
8
9
10
11
 
12
13
14
...
21
22
23
24
 
25
26
27
...
8
9
10
 
11
12
13
14
...
21
22
23
 
24
25
26
27
0
@@ -8,7 +8,7 @@
0
 // ==/UserScript==
0
 //
0
 // auther: swdyh http://d.hatena.ne.jp/swdyh/
0
-// version: 0.0.30 2008-06-28T21:52:20+09:00
0
+// version: 0.0.31 2008-06-29T03:49:37+09:00
0
 //
0
 // this script based on
0
 // GoogleAutoPager(http://la.ma.la/blog/diary_200506231749.htm) and
0
@@ -21,7 +21,7 @@
0
 
0
 var HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml'
0
 var URL = 'http://userscripts.org/scripts/show/8551'
0
-var VERSION = '0.0.30'
0
+var VERSION = '0.0.31'
0
 var DEBUG = false
0
 var AUTO_START = true
0
 var CACHE_EXPIRE = 24 * 60 * 60 * 1000

Comments

    No one has commented yet.