@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
```

Follow

@topaz yeah, i'm quite pleased with how quickly i cobbled this together! spending some time finding the right template to glue it really helped, making the actual thing took no time once the env was setup

· · Web · 1 · 0 · 2

@ckie I have working scrolling! It doesn't work on Masto though, probably because of the multicolumn – but we haven't tried on phone, maybe it'd work there

@ckie It does, in fact, work when it squishes down to singlecolumn, so it will work on phone. Nice.

Sign in to participate in the conversation
Pixietown

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