awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

2 dépôts

Awesome GitHub RepositoriesDevTools Interface Customization

Configuration of the visual and functional settings of the browser's developer tools.

Distinct from DevTools Interfaces: Existing candidates focus on extending functionality (panels), not configuring the interface settings themselves.

Explore 2 awesome GitHub repositories matching development tools & productivity · DevTools Interface Customization. Refine with filters or upvote what's useful.

Awesome DevTools Interface Customization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • autoscrape-labs/pydollAvatar de autoscrape-labs

    autoscrape-labs/pydoll

    6,919Voir sur 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

    Allows configuration of the DevTools interface, including themes and dock state, via JSON strings.

    Pythonanti-detectionautomationbrowser-automation
    Voir sur GitHub↗6,919
  • google/ios-webkit-debug-proxyAvatar de google

    google/ios-webkit-debug-proxy

    6,174Voir sur GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    Specify a custom DevTools UI source through a command-line argument, choosing local or remote inspector HTML files.

    C
    Voir sur GitHub↗6,174
  1. Home
  2. Development Tools & Productivity
  3. DevTools Interface Customization

Explorer les sous-tags

  • Custom Frontend SourcesAllows specifying a custom URL or local path for the DevTools UI to use alternative inspector frontends. **Distinct from DevTools Interface Customization:** Distinct from DevTools Interface Customization: focuses on swapping the entire frontend source, not configuring visual settings of an existing one.