Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshekharo/mobile-console
A lightweight, in-browser developer console for mobile
https://github.com/oshekharo/mobile-console
android bookmarklet browser console debugger developer-tools eruda mobile userscript
Last synced: about 1 month ago
JSON representation
A lightweight, in-browser developer console for mobile
- Host: GitHub
- URL: https://github.com/oshekharo/mobile-console
- Owner: OshekharO
- License: gpl-3.0
- Created: 2024-07-21T00:52:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:35:33.000Z (3 months ago)
- Last Synced: 2024-10-14T00:43:45.690Z (about 1 month ago)
- Topics: android, bookmarklet, browser, console, debugger, developer-tools, eruda, mobile, userscript
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Console
A lightweight, in-browser developer console designed specifically for mobile web development and debugging.
## Features
- **Console**: Execute JavaScript code and view logs directly in the browser.
- **Elements**: View and edit the HTML structure of the current page.
- **Network**: Monitor and inspect network requests.
- **Info**: View device information and perform common tasks.
- **Theming**: Automatically adapts to light and dark modes.## Usage
To use the Mobile Developer Console, you can create a bookmarklet with the following code:
```javascript
javascript:(function(){var script=document.createElement('script');script.src='https://raw.githack.com/OshekharO/Mobile-Console/main/main.js';document.body.appendChild(script);})();
```## Customization
You can customize the console by modifying the CSS styles in the script. The console automatically detects and adapts to light and dark color schemes.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.