Open GoogleCodeExporter opened 9 years ago
FYI, by adding the following bit around line 128 of readability.js, the
bookmarklet can be customized with a readMaxPages variable to control the
maximum number of pages to stitch together (set to 1 to prevent stitching -
useful in the case I describe above).
if(typeof(readMaxPages) == 'number' && readMaxPages >= 1) {
readability.maxPages = readMaxPages;
}
Original comment by Jim.DeV...@gmail.com
on 18 Sep 2010 at 12:45
Hi Jim,
Thanks for this. We'll give it some serious thought - we try to eschew too many
options, but this might be one we need to provide.
-Chris Dary
Original comment by umb...@gmail.com
on 18 Sep 2010 at 1:39
Original issue reported on code.google.com by
Jim.DeV...@gmail.com
on 16 Sep 2010 at 6:16