Review for AutoPager by sleek61
Rated 5 out of 5 stars
This is what my Autopager shows in splitbrowse.js at the present. I made no changes.
ctx = ctx.defaultView;
//ctx = lm(ctx, "defaultView")();
} else if(ctx instanceof ci.nsIDOMNode) {
//ctx = lm(lm(ctx, "ownerDocument")(), "defaultView")();
ctx = ctx.ownerDocument.defaultView;
The change has already been made with the previous code left in but AutoPager still doesn't work on Firefox 26.0b1.
To create your own collections, you must have a Mozilla Add-ons account.