{"id":50166162,"url":"https://github.com/rhenryw/pebble","last_synced_at":"2026-05-24T21:02:58.639Z","repository":{"id":349857738,"uuid":"1204237776","full_name":"rhenryw/pebble","owner":"rhenryw","description":"A web proxy that can be run anywhere built on ading2210/sandstone","archived":false,"fork":false,"pushed_at":"2026-04-07T21:11:01.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T22:27:53.038Z","etag":null,"topics":["data-link","proxy","sandstone"],"latest_commit_sha":null,"homepage":"https://rhenryw.github.io/pebble/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhenryw.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T20:27:39.000Z","updated_at":"2026-04-07T21:11:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rhenryw/pebble","commit_stats":null,"previous_names":["rhenryw/pebble"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rhenryw/pebble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhenryw%2Fpebble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhenryw%2Fpebble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhenryw%2Fpebble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhenryw%2Fpebble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhenryw","download_url":"https://codeload.github.com/rhenryw/pebble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhenryw%2Fpebble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33450403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-link","proxy","sandstone"],"created_at":"2026-05-24T21:02:55.714Z","updated_at":"2026-05-24T21:02:58.629Z","avatar_url":"https://github.com/rhenryw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pebble\nA web proxy that can be run anywhere (local, `data:` link, html file)\n\nBased off of [ading2210/sandstone](https://github.com/ading2210/sandstone/)\n\nUSAGE:\n\nin `\u003chead\u003e`\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/rhenryw/pebble@main/src/pebble.min.js\"\u003e\u003c/script\u003e\n```\n\nanywhere you want there to be an iframe\n```html\n\u003cp eg-url=\"https://example.com\"\u003e\u003c/p\u003e\n```\n\nFULL EXAMPLE\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/rhenryw/pebble@main/src/pebble.min.js\"\u003e\u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cp eg-url=\"https://example.com\"\u003e\u003c/p\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nStyling\n---\n\nYou have to do `div` and `iframe`\n\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/rhenryw/pebble@main/src/pebble.min.js\"\u003e\u003c/script\u003e\n    \u003cstyle\u003e\n      html, body {\n        margin: 0;\n        padding: 0;\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n      }\n\n      body \u003e div {\n        width: 100% !important;\n        height: 100% !important;\n        display: block !important;\n      }\n\n      iframe {\n        border: none;\n        width: 100%;\n        height: 100%;\n        display: block; \n      }\n    \u003c/style\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cp eg-url=\"https://example.com\"\u003e\u003c/p\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n\nWhy `eg`?\n \u003e Because it's inconspicuous and probably nothing else has taken it. Also it was called EasyGame before (it used to only load gamedistro games)\n\n\nTODO\n---\n\n- [x] Basic implementation\n\n- [ ] Custom logic (non-sandstone)\n\n- [ ] World domination\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhenryw%2Fpebble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhenryw%2Fpebble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhenryw%2Fpebble/lists"}