awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةالمدونةخريطة الموقع
المشروعحولالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

3 مستودعات

Awesome GitHub RepositoriesResource Blocking

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.

Awesome Resource Blocking GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • berstend/puppeteer-extraالصورة الرمزية لـ berstend

    berstend/puppeteer-extra

    7,360عرض على GitHub↗

    💯 Teach puppeteer new tricks through plugins.

    Prevents the browser from loading chosen resource categories such as images, media, or stylesheets with toggles.

    JavaScriptautomationchromeheadless-browser
    عرض على GitHub↗7,360
  • autoscrape-labs/pydollالصورة الرمزية لـ autoscrape-labs

    autoscrape-labs/pydoll

    6,919عرض على GitHub↗

    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.

    Pythonanti-detectionautomationbrowser-automation
    عرض على GitHub↗6,919
  • omkarcloud/botasaurusالصورة الرمزية لـ omkarcloud

    omkarcloud/botasaurus

    3,970عرض على GitHub↗

    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.

    Pythonanti-botanti-detectanti-detect-browser
    عرض على GitHub↗3,970
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Resource Blocking