Spyke

Replies

piracy

Comment on

meem

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

piracy

Comment on

meem

Reply in thread

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™️

memes

Comment on

owo

Reply in thread

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.

Comment on

Is there a way to add notes to other people's accounts?

Reply in thread

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.