Archived Comments (locked)

in
Subscribe to Archived Comments 4 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Johan Sundström Script's Author

Thanks for fixing both misfeatures; sloppy of me to miss the * for the group in the @include section. :-) Script properly updated now.

 
Julien Couvreur Scriptwright

Fixed


// ==UserScript==
// @name Unpaginate Google Groups Topics (microformat producer)
// @namespace http://code.google.com/p/ecmanaut/
// @url http://userscripts.org/scripts/source/?.user.js
// @description Marks up Google Groups Topics with the pagination microformat.
// @require http://ecmanaut.googlecode.com/svn/trunk/lib/gm/$x$X.js
// @require http://ecmanaut.googlecode.com/svn/trunk/lib/addmetainfo.js
// @require http://ecmanaut.googlecode.com/svn/trunk/lib/gm/unpaginate.js
// @include http://groups.google.com/group/*/topics*
// ==/UserScript==

unpaginate('//div[@class="maincontoutboxatt"]',
'(//a[@class="uitl"])[last()]',
'//div[@class="maincontbox"]/table');

 
Julien Couvreur Scriptwright

Does not seem to work.
I have installed the supporting user script, in addition to this microformat producer. Greasemonkey shows that both are active on the Google Groups topics page, but I see no effect.
Any hints?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel