Name: readability
URL: https://github.com/Kerrick/readability-js
Version: 1.7.1
License: Apache Version 2.0
Security Critical: yes

Description:
Readability operates on the DOM of a Web page to extract article content and
present it in an easy-to-read form. The CSS of readability is unchanged.

Local Modifications:
- Removed all writes to innerHTML in the JavaScript.
- Removed unneeded styles, footer, scrolling.
- Removed extraneous whitespace.
- Exposed nextPageLink as a function.