2 URL: https://github.com/Kerrick/readability-js
4 License: Apache Version 2.0
8 Readability operates on the DOM of a Web page to extract article content and
9 present it in an easy-to-read form. The CSS of readability is unchanged.
12 - Removed all writes to innerHTML in the JavaScript.
13 - Removed unneeded styles, footer, scrolling.
14 - Removed extraneous whitespace.
15 - Exposed nextPageLink as a function.