this post was submitted on 13 Jun 2023
9 points (100.0% liked)
Lemmy Plugins and Userscripts
375 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:
- Preface the submission with the type of enhancement - ex: [UserScript].
- Include a screenshot of the enhancement in use (where possible)
- Indicate the requirements for use (eg, greasemonkey, stylus, etc.)
Thanks!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Made a small tweak for opening a community from my own instance:
// @match https://lemmy.world/c/*@lemmynsfw.com
I actually removed that match from the version I'm using so it unblurs everywhere lol. Do you think that's better?
It works, however I also started testing the old.reddit userscript and it removes nsfw blur by default. Separation of concerns failed lol
could you tell me which code you copy pasted to get that result? the one i'm testing from here seems to have been last edited 6 hours ago and doesn't contain the word "blur" (I ctrl f'd). Maybe I'm looking at the wrong place?
It is posted to this community too with the note that it unblurs images.
I didn't notice that it removes blur? it didn't for me. i will test again.
actually what I did was add more matches: