1//! Extraction script loading and execution. 2//! 3//! Loads compiled JavaScript extraction bundles and injects them into 4//! browser contexts to extract content, actions, navigation, structure, 5//! and metadata from web pages. 6 7pub mod loader;