You can if you code it. It's a simple user script that associates a note with a name and puts it in browser storage and then appends it to their name. I was making it but I stopped because I had work to do and had no time to play with browser add-ons.
dog
I know only 3 such instances.
- lemmynsfw.com
- reddthat.com
- burggit.moe
3rd one has lolis, so be aware. First one is general porn. Second one is general topics + porn.
Well there's a bunch of porn instances if that's what you're looking for.
Well I certainly don't give a fuck about ethics so I just pirate cuz I want. And on that note I also use reddit sometimes because why not. I'm not here ideologically, just cuz it's a nice place to be in. I like it here. I use lemmy more than Reddit nowadays. Reddit is a source of information and sometimes memes. Lemmy for the good place to be in.
sjw -> sh.itjust.works
sh.itjust.works defederated lemmygrad
therefore, I (@[email protected]), could not see your message for me, until I logged onto another instance (lemm.ee) and saw the post, read the comments, and found yours.
Me. I just like to troll without having my trolling sounds indexed by every search engine to ever exist. Why does google have to know the content of all my shitty jokes?
without opposable thumbs
omg this is so ableist against ppl who don't have opposable thumbs
i just so happen to have both thumbs on the same side what are you saying bro omg omg this is so ableistic
in parentheses u can use the link like this: [here](/c/[email protected])
, to get it to work for all instances and not just this one
me, i think i'm paying like $50-70 in random shit, i don't even keep track anymore, been thinking of making a list so i can unsub from a few to get a bit more money for cups of coffee
it's a very very popular xkcd comic strip, much more in the programming community
because it's funny
get it? funny
i said a funny word ("funny")
dumb
omg your ableims is amazingly strong i bet u also like genocide and domestic violence omg
I can code it easily in a few hours but I'm working my ass off right now to get some company stuff done. If you can spare a few dozen bucks I can save a few hours this week for it. You can also try and make it yourself. I've made similar plugins and posted them on [email protected]. (i am @God there). If you check out my code and that of others, I'm sure you'll have a lot of reference for it.
If no one else has made it, I already started the add-on but I've been too busy to finish it. If no one else does, I will probably build it for myself and publish it there in a few weeks when my work gives me some time for hobby coding.
edit: if you do take a look
this is very simple, here, check out the mutation observer, the username grabber, the function that appends a tag to the username, it's already there
https://sh.itjust.works/post/89693
and to do the custom tags, you'll need to check out how to use localStorage: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
that's about it, you can trigger opening the tag modification with a simple window prompt https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt
and you'd append a button that opens the prompt when you tap on a username's tag or icon that indicates that there's none. the button would open the prompt through an event listener: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
modifying colors is the simplest part with inline css: https://www.freecodecamp.org/news/inline-style-in-html/, it can also be stored in the localStorage.