@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
```
@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
@ckie oh hah we have no template >,,>
@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 @skye @mxdragon Code is now up! https://git.brightfur.net/topaz/PageUpDown
and it SHOULD work
haven't finagled it onto our phone yet though
@skye @mxdragon @topaz code here: https://github.com/ckiee/skascroll
@ckie @skye @mxdragon that was fast! I'm still hacking together the buttons