3 Repos
Techniques for blocking heavy media assets like images and videos to speed up page loads and save memory.
Distinct from Initial Page Load Optimizations: Specifically refers to blocking assets during scraping, whereas the parent covers general load strategies
Explore 3 awesome GitHub repositories matching web development · Resource Blocking. Refine with filters or upvote what's useful.
💯 Teach puppeteer new tricks through plugins.
Prevents the browser from loading chosen resource categories such as images, media, or stylesheets with toggles.
pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au
Prevents specific resource types like images or stylesheets from loading to reduce bandwidth usage.
Botasaurus is a Python web scraping framework and headless browser automation system used to build scalable data extraction tools. It functions as a web data extraction tool and OCR document parser, converting website content, images, and PDF files into structured formats such as JSON, CSV, and Excel. The framework distinguishes itself by providing a scraper management interface that allows Python functions to be wrapped in a web-based UI or deployed as standalone desktop applications. This enables non-technical users to trigger extraction jobs and manage tasks via a graphical interface or RE
Blocks images and heavy assets during the scraping process to reduce load times and save system resources.