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
Anime girls that you have to wait a decade to legally look at if they forgot their clothes at home.
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.
Very cool, I like it a lot!
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.
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?
my problem is my mind is too busy to even think it's worth the effort to try and save $20 a month or whatever i can cut when my spendings are like $1k a month, but yeah soon™️
Ironically I was talking about a horny American I know who has slept with any kind of person with pronouns are she/her. No matter the looks, existence of penis, weight, skin color or ability to think and see. I'm always amazed.
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
i got @god@sh.itjust.works and @god@lemmy.world, but god was taken here :( eee was the next one :D Dog is just god backward
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 !plugins@sh.itjust.works. (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.