Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Pagerization

Autoloads for next page of ALL PAGE. In a word, this is General Auto Pager.

This is generalizing of GoogleAutoPager.

GoogleAutoPager is only for Google search result. But, this supports all sites shown by the text ( http://k75.s321.xrea.com/pagerization/siteinfo ). Google (Search, Image, News, Group, Video), Yahoo, Wikipedia, Hatena, YouTube, del.icio.us, Twitter, digg and Userscripts.org is autoloaded next page. The support site has increased MORE and MORE.
This information is delivered by network in real time.
Even if Google improves the version, users can get the best result that wait a little.

I think that it can deal with correspondence to other sites if it is possible to propose it by the comment.

The language can correspond other than English and Japanese.

Don't you make GMScript for Pagerization?
You can make the filter which is executed in every result of Pagerization with the code below.

addFilter(function (nodes) {
// your filter ...
});

function addFilter(func, i) {
	i = i || 4;
	if (window.Pagerization && window.Pagerization.addAction) {
		window.Pagerization.addEventListener('addPage', func);
	}
	else if (i > 1) {
		setTimeout(arguments.callee, 1000, func, i - 1);
	}
	else {
		(function () {
			func(document);
			setTimeout(arguments.callee, 200);
		})();
	}
}




Apr 11, 2008
Hiromacu Scriptwright

This is a Hungarian translate:

standing: Készenlét
loading: Töltés
terminate: Töltés vége
supported: Támogatott
update: Tár Frissítése
updateEnd: Tár Frissítés kész
error: Hiba
originImage: Eredeti kép
originPage: Eredeti oldal

How can I use it?


 
Apr 10, 2008
georgie Scriptwright

Did pagerization for Google Images break again? Its getting annoying.


 
Apr 10, 2008
Hiromacu Scriptwright

No! I wrote badly before! Cooliris doesn't load any pictures if this script enabled!


 
Apr 10, 2008
Hiromacu Scriptwright

And same problem with Cooliris Preview add-on. Cooliris can catch pictures only in the first page. In the automatically loaded pages Cooliris can't work. :-(


 
Apr 10, 2008
Hiromacu Scriptwright

This script is great!!!
But unfortunately not compatible with PicLens add-on. PicLens can't catch any picture if this script is enabled.


 
Mar 27, 2008
Mislav Marohnić Scriptwright

Endless Tweets is a lightweight alternative to this that also features nice Quotably integration.


 
Mar 27, 2008
Barbudo2005 User

Give a try to Autopager add-on. It is simply better.

You can customize all the sites.

The last update link is (autopager 0.1.5.7.1) : http://www.teesoft.info/content/view/36/36/lang...


 
Mar 19, 2008
the dude part2 User

oh, and the script seems to work again for google images


 
Mar 19, 2008
the dude part2 User

Is there any way to modify this script so that it's compatible with the plugin GooglePreview?

The ultimate google web browsing experience would combine pagerization, videoembed, and running that plugin...holy cow!


 
Mar 14, 2008
VzjrZ Scriptwright

The image sections seems to have also stopped working for me. Any ideas as to what could be the problem.


 
Mar 13, 2008
bobielawlintine Scriptwright

Is it just me or did this script stop working for Google Images?


 
Mar 10, 2008
ofk Script's author

> hosts
I'm sorry. I was not writing that XPath of Pagerization was special. As for Pagerization, the root doesn't match to "/html". You should replace "/html/body/element" with "//body/element".


 
Mar 9, 2008
n!co User

Thank for this great script.

Here the french translation in UTF8

[ fr ]
standing: Prêt
loading: Chargement
terminate: Chargé
supported: Supporté
update: Mise à jour
updateEnd: Mise à jour Ok
error: Erreur
originImage: Image d'origine
originPage: Page d'origine


 
Mar 6, 2008
hosts Scriptwright

Greek language tested and working good !
There is a forum that I think is not possible to pagerize maybe because of ajax or I don't know the next page doesn't display the results

I try this :

[ http://crazy-coderz.net ]
url: http://crazy-coderz.net/forum*
nextLink: //td/a[contains(@title,'Next Page - Results')]
pageElement: /html/body/div/div[5]/div/table[2]/tbody/tr/td[3]/div/div/div/table[last()-1]
insertBefore: /html/body/div/div[5]/div/table[2]/tbody/tr/td[3]/div/div/div/table[6]/tbody/tr/td[2]/table[3]

even this

[ http://crazy-coderz.net ]
url: http://crazy-coderz.net/forum*
nextLink: //td/a[contains(@title,'Next Page - Results')]
pageElement: /html
insertBefore: /html/body/div/div[5]/div/table[2]/tbody/tr/td[3]/div/div/div/table[6]/tbody/tr/td[2]/table[3]

does't show correct results


 
Mar 6, 2008
bobielawlintine Scriptwright

Could search results be pagerized too, not just the comment pages? Thanks.


 
Mar 5, 2008
Raffles Scriptwright

ofk, what's new in the latest update?


 
Mar 3, 2008
hosts Scriptwright

Thank you ofk for this very nice script, here is the greek language translation for Pagerization if you want to add it in http://k75.s321.xrea.com/pagerization/language


[ el ]
standing: Αναμονή
loading: Φόρτωση
terminate: Ολοκληρώση
supported: Υποστήριξη
update: Ενημέρωση κρυφής μνήμης
updateEnd: Ενημέρωση κρυφής μνήμης ολοκληρώθηκε
error: Σφάλμα
originImage: Προέλευση εικόνας
originPage: Προέλευση σελίδας


 
Feb 22, 2008
bobielawlintine Scriptwright

Could you add support for userscripts.org? Thanks


 
Feb 16, 2008
Brian Lovett User

Is there a way to get this to work on sites like http://www.blackberryforums.com?


 
Feb 13, 2008
Fernando1111 User

Hi!

Could you make it work for Google Scholar? It should not be any problem, it works exactly as the rest of google results


 
Feb 11, 2008
skyle User

I'm sure this isn't a high priority for you, but it isn't working in Safari with GreaseKit. I REALLY appreciate this script, thank you!


 
Feb 9, 2008
ofk Script's author

Thank you for always using it. The server of Pagerization is stopped by a load now. I didn't anticipate this problem. The current version is weak compared with the stop. You must update it.

Moreover, I prepared a new server for SITEINFO.
http://k75.s321.xrea.com/pagerization/siteinfo
Refer to this server for a new release script.


 
Feb 8, 2008
ofk Script's author

> indigene
If you update cashe by using latest Pagerization, YouTube, Yahoo, and Amazon are made "Yes", too.


 
Feb 8, 2008
indigene User

Hi OFK:

Google - Yes
YouTube - No
Flickr - Yes
Yahoo - No
Delicious - Yes
Digg - Yes
Amazon - No


 
Feb 8, 2008
ofk Script's author

> BAMFC
You might be able to fix problem by using "Tool > Greasemonkey > UserScriptCommand > Pagerization Update".

> Raffles
I am using an online tr anslation tool as you guess.
I am Japanese, and I don't understand English more than JavaScript.
Accurately, I do not understand English.
The idea is not made a word though I want to write.


You could comment on this script if you were logged in.