blob: 73eab398f288b15b90b7e5594c18d7966b7807ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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.
|