
Extract URLs to stylesheets, scripts, links, images or HTML imports from HTML
The oustCInpm tool is designed for users who need to extract various types of resources from HTML documents. This powerful utility simplifies the process of gathering stylesheets, scripts, and other references, streamlining web development and content management tasks. By providing a straightforward way to pull out specific elements, it aids in organizing and optimizing web content efficiently.
Comprehensive Extraction: Easily extract stylesheets using <link rel="stylesheet"> and select stylesheets with media attributes for precise control over what is collected.
Script Capture: Quickly capture JavaScript files referenced in your HTML with <script src>, ensuring that all necessary files are accounted for.
HTML Imports: Gather HTML imports using <link rel="import">, helping to manage modular web components effectively.
Preload Support: Extract preload references with <link rel="preload" as="style">, optimizing resource loading for better performance.
Versatile URL Extraction: Retrieve hyperlink references from <a href> tags and image sources from <img src>, allowing for a complete overview of content links.
Inline Style Retrieval: Extract inline styles defined within <style>...</style> tags, providing insight into styling decisions directly in the HTML.
Compatible with Cheerio: Integrate easily with Cheerio for post-processing, enabling the use of jQuery-like syntax for efficient element manipulation.
Flexible API Options: Customize your extraction with adjustable API parameters to focus on the desired types of resources, enhancing the tool's adaptability to various needs.
