this post was submitted on 27 Jan 2024
19 points (91.3% liked)

Lemmy

12398 readers
2 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/11244755

Link here --> https://github.com/vmavromatis/Lemmy-keyboard-navigation

Feel free to give it a spin, all major browsers are supported (Chrome, Firefox, Opera, Edge). Feel free to leave any suggestions on github https://github.com/vmavromatis/Lemmy-keyboard-navigation/issues

Hope you like it!

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 6 months ago (1 children)

I wasn't able to figure out how to run it on any lemmy instance

[–] [email protected] 1 points 6 months ago (1 children)

Because it only works via the Mlmym frontend, supposedly. Give it a go: https://o.opnxng.com/lemmy.nicknakin.com/

I haven't tested it myself. I hate scripts with dodgy website checks. The author should have hardcoded the known Mlmym instances instead. (or maybe that's just a "me" problem.)

inb4 but this way the script needs less maintenance

If the Mlmym dev renames the "spacer" or "icon" classes for any reason or if he changes Mlmym's HTML structure, this script would stop working immediately.

And anyway, running a check on every page your browser visits to determine if it is a Mlmym instance or not is simply inefficient and, I'd argue, bad practice, security-wise.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

It says on the github page that it works for both lemmy-Ui and Mlmym.

[–] [email protected] 1 points 6 months ago

Oh, indeed! I missed the fact there was a second script. So there's one for Mlmym and another for "regular" Lemmy instances. My bad.

(It's still got the @match https://*/* that I dislike, though.)