Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Hi, I have written a detailed HOWTO for Autopagerize at http://www.arunrocks.com/blog/archives/2008/11/17/forget-pages-with-autopagerize/ It also tells you how to add new sites. Since there is so little information in English about autopagerize, I hope this is useful. |
|
|
Nice script, thanks. I changed the nextLink xpath for userscripts forums from:
|
|
|
Thanks , This script is very good and useful.
Profile:- http://www.pressdigital.com.au |
|
|
这是什么啊。。。。。 |
|
|
Thanks, this script is very useful! How can I use it for this website?
|
|
|
I'd suggest tagging this script with the "pagination" tag -- which will link to lots of other little microformat producer scripts that add the (You might also want to handle the additional microformat used by this generic unpagination script, though it might not feel worth the work.) |
|
|
Nice extension, however it breaks slightly on digg.com since they have added 3 recommended items to the right hand side of each page, is this too site specific to fix? |
|
|
KaaMOS, why is Google in "excluded pages"? Doesn't make sense! |
|
|
@Talby, Here is the quick documentation for addDocumentFilter.. As an example:
window.processAPContent = function(domchunk){
// domchunk is a DOM element that contains all the new content
};
if (window.AutoPagerize && window.AutoPagerize.addDocumentFilter){
window.AutoPagerize.addDocumentFilter( processAPContent );
}
|
|
|
Is there any way to have other greasemonkey scripts fire on the new page's data? All the documentation is in japanese and i cant figure out how/if addDocumentFilter() could be used for this. |
|
|
...The reason? Becouse Google is one of the "Excluded Pages" Look in your Scripts Administrator... try deleting the Google links on the bottom and search on Google ;) |
|
|
Is there a reason why the autopagerize doesn't work on Google.com? I can't get it to work and even if it does it just makes a link to the next page. Any reasons why? |
|
|
I've got a suggestion: instead of only having an 'url' property for checking whether a certain SITEINFO works for a given url, also have an urlFunc(pageUrl), returning true or false. This way, it would be possible to write SITEINFO's that work for multiple websites - such as all those freely available message boards that are deployed on various sites.
I've already got all these implemented, but its a pain in the @$$ to merge my modified script with the official updates you post here, so I was kinda hoping we could merge the updates :)
|
|
|
wow. thanks so much for adding the addDocumentFilter() callback! i'm calling it from my own twitter filters feed and it works like a charm. |
|
|
Perfeito :D
|
|
|
doesn't work with reddit!!!!
|
|
|
Little Better GSearch Results The shortcut key that can be used in AutoPagerize is enabled to be used in various page. ・shortcut key 1p => (page: 1) 2p => page: 2 ... lp => last page |
|
|
you should add some more to autopager, like youtube(full),ebay, diff forums.. but thx, its allready working good, but it should get more enchanced! |
|
|
Brian, i wrote brief (poor)English introduction about SITEINFO. http://ku0522.jottit.com/siteinfo_introduction I know this introduction is not enough. If you feel to know more about siteinfo and how AutoPagerize works, please tell me so. I'm grad to write more about them. |
|
|
Any way we can get this working for sites like Pownce.com that don't use any number pagerization but have the "next page" "last page" UI? |
|
|
I would really like to use this script for other sites that it isn't working on (e.g., Blackberry Forums). However, I cannot read the Japanese as to how. Does someone have English instructions as to how to add URLs? Thanx. |
|
|
Give a try to Autopager add-on. It is simply better.
The last update link is (autopager 0.1.5.7.1) : http://www.teesoft.info/content/view/36/36/lang... |
|
|
I wrote a patch that prints some debugging infomation to improve efficiency of fixing broken SITEINFO. I have placed the diff http://ido.nu/kuma/files/autopagerize.0-0-25.di... and applies one is http://ido.nu/kuma/files/autopagerize.mine.js .
|
|
|
little green square is also a toggle |