{"id":14988796,"url":"https://github.com/oshekharo/mobile-console","last_synced_at":"2025-04-12T00:33:12.993Z","repository":{"id":252671592,"uuid":"831572088","full_name":"OshekharO/Mobile-Console","owner":"OshekharO","description":"A lightweight, in-browser developer console for mobile","archived":false,"fork":false,"pushed_at":"2025-02-27T17:46:12.000Z","size":137,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T20:15:05.217Z","etag":null,"topics":["android","bookmarklet","browser","console","debugger","developer-tools","eruda","mobile","userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OshekharO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-21T00:52:54.000Z","updated_at":"2025-02-27T17:46:15.000Z","dependencies_parsed_at":"2024-08-11T18:05:30.102Z","dependency_job_id":"5e4e6879-30be-4271-9888-56bfd1830fde","html_url":"https://github.com/OshekharO/Mobile-Console","commit_stats":null,"previous_names":["oshekharo/mobile-console"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FMobile-Console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FMobile-Console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FMobile-Console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FMobile-Console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OshekharO","download_url":"https://codeload.github.com/OshekharO/Mobile-Console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501568,"owners_count":21114674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","bookmarklet","browser","console","debugger","developer-tools","eruda","mobile","userscript"],"created_at":"2024-09-24T14:17:13.116Z","updated_at":"2025-04-12T00:33:12.968Z","avatar_url":"https://github.com/OshekharO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Console\n\nA lightweight, in-browser developer console designed specifically for mobile web development and debugging.\n\n## Features\n\n- **Console**: Execute JavaScript code and view logs directly in the browser.\n- **Elements**: View and edit the HTML structure of the current page.\n- **Network**: Monitor and inspect network requests.\n- **Info**: View device information and perform common tasks.\n- **Theming**: Automatically adapts to light and dark modes.\n\n## Usage\n\nTo use the Mobile Developer Console, you can create a bookmarklet with the following code:\n\n```javascript\njavascript:(function(){var script=document.createElement('script');script.src='https://raw.githack.com/OshekharO/Mobile-Console/main/main.js';document.body.appendChild(script);})();\n```\n\n## Customization\n\nYou can customize the console by modifying the CSS styles in the script. The console automatically detects and adapts to light and dark color schemes.\n\n# Alternative\n\n\u003evconsole\n```javascript\njavascript:(function() {\n    var script = document.createElement('script');\n    script.src = \"https://unpkg.com/vconsole@latest/dist/vconsole.min.js\";\n    document.body.appendChild(script);\n    script.onload = function() {\n        var vConsole = new window.VConsole();\n    };\n})();\n```\n\u003eeruda\n```javascript\njavascript:(function () { var script = document.createElement('script'); script.src=\"https://cdn.jsdelivr.net/npm/eruda@3.4.1/eruda.min.js\"; document.body.append(script); script.onload = function () { eruda.init(); } })();\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fmobile-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshekharo%2Fmobile-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fmobile-console/lists"}