@skye @mxdragon @topaz okay, in the interest of having something to show, here's my very bare one:

### instructions

i am assuming you're running a linux. i am also assuming it has nodejs and npm and adb (from `android-tools`)

plug yr phone into computer, [enable usb debugging on phone](developer.android.com/studio/d), enable usb debugging in firefox android settings. now yr ready:

on the pc, run this hell concoction i just made, which should download the extension and temporarily install it on your firefox android,,
```
tmp=$(mktemp -d) && pushd $tmp && curl "https"://i.ckie.dev/bHkYKN7.xz | tar Jxv && npx web-ext run --target=firefox-android --source-dir dist --android-device "$(adb devices | grep -vE '^List of devices attached$|^$' | cut -f1)" && popd
```

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.