2 dépôts
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.
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.
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.