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

Lemmy Plugins and Userscripts

2145 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 1 year ago
MODERATORS
 

Thanks for using my script. I will keep this thread updated with all the changes. Just look at the changelog.

If you have any tips on features and/or improvements then leave a comment and I'll take a look!


Changelog:

Version 0.4

Removed bold as default...


Version 0.3

Added separators and colors codes for every link. Now you can edit the TextColor when you add a new custom link

{ title: 'Plugins', url: 'https://lemmy.world/c/plugins@sh.itjust.works', textColor: "#000000" }

Feel free to add or remove the separators as well

{ title: '|', url: '#', textColor: "#000000" }

Also added an option to change font weight:

link.style.fontWeight = "bold" = Bold

link.style.fontWeight = "" = Regular


Version 0.2

Some code update...


Version 0.1

Just replace the titles and urls with your own links after you install the script

you are viewing a single comment's thread
view the rest of the comments
[–] 0485919158191@lemmy.world 2 points 1 year ago (1 children)

Yes!

In the code you can change the navbar.style.backgroundcolor to which ever hex color you have as your background.

Then change the style.color hex value as well to white or what ever text color you want.

[–] miked@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)