AutoPagerize

By swdyh Last update Dec 28, 2011 — Installed 834,135 times.

DS & Wii Scene sites

in
Subscribe to DS & Wii Scene sites 2 posts, 2 voices



Manuel Galisteo User

I am not able to make these two sites work, no matter how hard I have tried.

http://www.ds-scene.net/
http://wii.ds-scene.net/

I thought it would be easy initially but they have some weird code and design that it
is impelling me from make them work..

I am still trying but it is already giving me headaches.

Any help would be really appreciated.

Thanks.

 
Aquilax Scriptwright

I suppose that your problem are the next page links, because they aren't links but table cells with a click event.
Also if use the xpath for the onclick attribute (//td/@onclik), it won't work because the code is checking for a string starting with "http:" (nextValue.match(/^http:/)) but logically the click event would be something of the type window.location='http://...'.
Or you write a script which runs before autopagerize and add the microformat links to the page or you modify the code to extract the url from the string.

if (nextValue.match(/https?:\/\/[^ ;'"]*/)) {
            return RegExp.lastMatch;
        }

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