this post was submitted on 17 Jun 2023
27 points (100.0% liked)

Lemmy Plugins and Userscripts

2238 readers
1 users here now

A general repository for user scripts and plugins used to enhance the Lemmy browsing experience.

Post (or cross-post) your favorite Lemmy enhancements here!

General posting suggestions:

Thanks!

founded 2 years ago
MODERATORS
 

Title.

Would be awesome if we could collectively work on a script that would contain all the good features.

you are viewing a single comment's thread
view the rest of the comments
[–] Dogeek 1 points 2 years ago

I wanted to do that, and I started on an extension for it, but as others have said, lemmy being open source means that improvements should mostly be made on the website itself, rather than on a browser addon.

The downside is that for user settings, they are stored on the instance's database, which means that you need to know a little bit of rust to implement a new setting (I'm doing that right now to open comments in a new tab instead of having to middle/ctrl click)