@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](https://developer.android.com/studio/debug/dev-options), 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
```
@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.
@ckie oh hah we have no template >,,>