https://github.com/rhenryw/pebble
A web proxy that can be run anywhere built on ading2210/sandstone
https://github.com/rhenryw/pebble
data-link proxy sandstone
Last synced: 27 days ago
JSON representation
A web proxy that can be run anywhere built on ading2210/sandstone
- Host: GitHub
- URL: https://github.com/rhenryw/pebble
- Owner: rhenryw
- License: agpl-3.0
- Created: 2026-04-07T20:27:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T21:11:01.000Z (2 months ago)
- Last Synced: 2026-04-07T22:27:53.038Z (2 months ago)
- Topics: data-link, proxy, sandstone
- Language: JavaScript
- Homepage: https://rhenryw.github.io/pebble/
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pebble
A web proxy that can be run anywhere (local, `data:` link, html file)
Based off of [ading2210/sandstone](https://github.com/ading2210/sandstone/)
USAGE:
in ``
```html
```
anywhere you want there to be an iframe
```html
```
FULL EXAMPLE
```html
```
Styling
---
You have to do `div` and `iframe`
```html
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
body > div {
width: 100% !important;
height: 100% !important;
display: block !important;
}
iframe {
border: none;
width: 100%;
height: 100%;
display: block;
}
```
Why `eg`?
> Because it's inconspicuous and probably nothing else has taken it. Also it was called EasyGame before (it used to only load gamedistro games)
TODO
---
- [x] Basic implementation
- [ ] Custom logic (non-sandstone)
- [ ] World domination