{"id":21045174,"url":"https://github.com/fullpipe/screen-log","last_synced_at":"2026-05-02T05:01:56.614Z","repository":{"id":71274301,"uuid":"340854434","full_name":"fullpipe/screen-log","owner":"fullpipe","description":"Finally, you can see console logs on mobile devices.","archived":false,"fork":false,"pushed_at":"2021-02-23T09:12:28.000Z","size":7709,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T17:36:08.372Z","etag":null,"topics":["console","console-log","log","mobile"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullpipe.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":"2021-02-21T08:37:33.000Z","updated_at":"2021-12-06T19:57:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3019c72-e2ab-4f85-b83d-2193e57b822d","html_url":"https://github.com/fullpipe/screen-log","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fscreen-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fscreen-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fscreen-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Fscreen-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullpipe","download_url":"https://codeload.github.com/fullpipe/screen-log/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489835,"owners_count":20299001,"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":["console","console-log","log","mobile"],"created_at":"2024-11-19T14:20:24.120Z","updated_at":"2025-12-30T05:49:30.058Z","avatar_url":"https://github.com/fullpipe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screen log\n\nFinally, you can see your console logs on mobile devices.\n\n## Usage\n\nInject script at the top of \u003chead\u003e tag.\n\n```html\n\u003chead\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/fullpipe/screen-log@1.0.6/dist/screen-log.js\"\u003e\u003c/script\u003e\n    ...\n\u003c/head\u003e\n```\n\nor with js\n\n```js\nvar sl = document.createElement('script');\nsl.src = 'https://cdn.jsdelivr.net/gh/fullpipe/screen-log@1.0.6/dist/screen-log.js';\ndocument.head.appendChild(sl);\n```\n\n### What can you do?\n\n- `console.log(...)`, `console.warn(...)`, `console.error(...)`, `console.info(...)`, `console.debug(...)`\n- `console.clear()`\n- Also it logs js errors with `window.addEventListener('error', ...)`\n- `bypass` mode, logs container becomes transparent for user interactions\n- copy message by clicking\n\n\n### Demo\n\n![Demo](./showtime.gif)\n\n## TODO\n\n- Execute user input. `eval('alert(\"boo!\")')`\n- automate builds/releases, now you have to `npm run build:prod`\n- make npm library?\n- configuration\n  - size\n  - position\n  - \"switch\" position\n- initial config\n  - window.screenShowOnStart = true\n  - window.screenConfig = {...}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Fscreen-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullpipe%2Fscreen-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Fscreen-log/lists"}