Yes, we made just that https://github.com/vmavromatis/Lemmy-keyboard-navigation (also works with mlmym) :)
This is a userscript which adds keyboard navigation RES-style to mlmym https://github.com/rystaf/mlmym/issues/5#issuecomment-1697980044
Oh an existing user in the wild! Glad for it. Let me know if you have any feedback btw, it’s under constant development.
Hey friend! I have a userscript for keyboard navigation for lemmy https://github.com/vmavromatis/Lemmy-keyboard-navigation. I just started a branch to support old lemmy as well. Contributions welcome!
Any idea if 18.3 will be able to provide more security?
BTW I have a userscript for Keyboard navigation that works on Lemmy https://github.com/vmavromatis/Lemmy-keyboard-navigation
If anyone wishes to help make this compatible for old.lemmy feel free to drop a PR! I’m kinda busy these days.
I have a keyboard navigation userscript here -> https://github.com/vmavromatis/Lemmy-keyboard-navigation
However it only works with the normal Lemmy site. I will adjust it for MLMYM too. Feel free to submit a PR too!
Feedback always welcome!
Thank you for this ))
BTW you can have it on the side bar instead of wasting a sticky post slot
Memmy login bug persists
@x4740N@lemmy.world @Ech@lemmy.world I made a keyboard navigation script here https://github.com/vmavromatis/Lemmy-keyboard-navigation
I wish I saw this sooner. I deleted my comments yesterday (12+ year reddit account).
swipe rtl
it should work on iPad yeah, though I haven’t tried it
push notifications
This should be as easy as
document.getElementsByClassName("form-select w-auto d-inline-block")[0].selectedIndex = 38
, I gave it a try and works on console but can’t get it to select after DOM load. I’ll give it another try once I have the time and create a separate script as this is outside the scope of the original script ;)