chromewright 0.3.0

Browser automation MCP server via Chrome DevTools Protocol (CDP)
Documentation
1
2
3
4
5
6
7
8
/// Mozilla Readability.js library (minified)
///
/// This is the complete Readability algorithm from Mozilla, used to extract
/// the main content from web pages while filtering out navigation, ads, sidebars, etc.
///
/// Source: https://github.com/mozilla/readability
/// License: Apache-2.0
pub const READABILITY_SCRIPT: &str = include_str!("Readability.min.js");