{"id":19145054,"url":"https://github.com/haithamaouati/eruda","last_synced_at":"2026-05-16T09:33:10.889Z","repository":{"id":232509191,"uuid":"784530232","full_name":"haithamaouati/Eruda","owner":"haithamaouati","description":"Eruda — Console for Mobile Browsers","archived":false,"fork":false,"pushed_at":"2024-04-10T03:17:52.000Z","size":313,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T16:16:08.140Z","etag":null,"topics":["broswer","console","element","eruda","inspect","javascript","mobile","script","userscript","via"],"latest_commit_sha":null,"homepage":"https://eruda.liriliri.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haithamaouati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-10T03:00:15.000Z","updated_at":"2024-04-10T19:33:19.000Z","dependencies_parsed_at":"2024-04-10T04:55:32.857Z","dependency_job_id":"2805e969-ffd0-4fc0-be60-488132a52fe7","html_url":"https://github.com/haithamaouati/Eruda","commit_stats":null,"previous_names":["haithamaouati/eruda"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haithamaouati%2FEruda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haithamaouati%2FEruda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haithamaouati%2FEruda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haithamaouati%2FEruda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haithamaouati","download_url":"https://codeload.github.com/haithamaouati/Eruda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240229884,"owners_count":19768584,"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":["broswer","console","element","eruda","inspect","javascript","mobile","script","userscript","via"],"created_at":"2024-11-09T07:37:45.319Z","updated_at":"2026-05-16T09:33:10.880Z","avatar_url":"https://github.com/haithamaouati.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eruda\n**Eruda** Console for Mobile Browsers.\n\n![eruda](https://raw.githubusercontent.com/haithamaouati/Eruda/main/eruda.jpeg)\n\n## Demo \nBrowse it on your phone: https://eruda.liriliri.io/\n\nUsage Instructions for [Via](https://viayoo.com/en/) Browser\n\n1. ​Open Via Browser.\n2. ​Navigate to `Settings` \u003e `Scripts`.\n3. Enable `Enable scripts`.\n4. Click `+` \u003e `New Script`.\n5. Paste the code provided below and save.\n\nUsage Instructions for [Soul](https://play.google.com/store/apps/details?id=com.mycompany.app.soulbrowser\u0026hl=en) Browser\n\n1. ​Open Soul Browser.\n2. ​Navigate to `Settings` \u003e `Web content`.\n3. Enable `Use UserScript` \u003e `UserScript list`.\n4. Click `+` \u003e `Direct input`.\n5. Paste the code provided below and save.\n\n\u003e [!TIP]\n\u003e Upon visiting any website, a semi-transparent `gear` icon will appear in the bottom corner; tap it to access the Console, Elements, Network, and Resource tabs.\n\n###### Userscript\n```javascript\n// ==UserScript==\n// @name         Eruda\n// @namespace    https://eruda.liriliri.io/\n// @version      1.0\n// @description  Console for mobile browsers\n// @author       Haitham Aouati\n// @run-at       document-end\n// @match        *://*/*\n// @grant        none\n// ==/UserScript==\n\n(function() {\n    'use strict';\n\n    /**\n     * Injects the Eruda library and initializes the console.\n     */\n    function initEruda() {\n        const script = document.createElement('script');\n        script.src = 'https://cdn.jsdelivr.net/npm/eruda';\n        script.onload = function () {\n            eruda.init();\n        };\n        document.head.appendChild(script);\n    }\n\n    // Execution check to avoid multiple instances\n    if (window.top === window.self) {\n        initEruda();\n    }\n})();\n```\n\nImport script from URL:\n```\nhttps://raw.githubusercontent.com/haithamaouati/Eruda/refs/heads/main/Eruda.js\n```\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=haithamaouati/Eruda\u0026type=date\u0026legend=top-left)](https://www.star-history.com/#haithamaouati/Eruda\u0026type=date\u0026legend=top-left)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaithamaouati%2Feruda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaithamaouati%2Feruda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaithamaouati%2Feruda/lists"}