Name: readability Short Name (OPTIONAL): readability URL: https://github.com/mozilla/readability Version: 0.6.0 Revision: d7949dc47dd9ed9ee1d3b34ffdcf3bce28cde435 Update Mechanism: Manual (https://crbug.com/422813143) License: Apache-2.0 License File: LICENSE Shipped: yes Security Critical: no Description: A JavaScript library to distill the DOM. Local Modifications: Readability.js and Readability-readerable.js are cloned into the modded_src/ directory to enable rapid develop cycle. Effort should be made to upstream changes to Readability. When rolling Readability, also update the modded_src/version and update the list of changes below. - Preserve in
during distillation (crbug.com/457771156). - Does not affect tests. - Add support for extracting a lead image and its caption when they appear before the main article content. The affected containers are removed after extraction to prevent duplication. The extracted data are added as a
element that's added to the start of returned content. Implementation is hardened for JSDOMParser compatibility (crbug.com/424854317, crbug.com/450069061). - When extracting title from JSON-LD, fix logic re. choosing name or headline crbug.com/467368520): If these both match or both mismatch the title, choose the longer string. - Remove