Adds a direct 'Mail' link next to usernames if they are registered on the kbin instance
kbin-mail: add direct mail link next to usernames
https://github.com/aclist/kbin-scripts/raw/main/mail.user.js
https://github.com/aclist/kbin-scripts/raw/main/mail.user.js
Adds a direct 'Mail' link next to usernames if they are registered on the kbin instance
5 Comments
0rito@kbin.social · 1 pts · 3y
Awesome. Thanks for this. Made a slight tweak to it - https://files.catbox.moe/y2497f.png
// replace lines 39-41
link.innerText = '📨';
link.className = 'item-link';
link.style.cssText += 'margin-left: 5px; font-size: 18px;';
shazbot@kbin.social · 2 pts · 3y
Nice! I'm in the anti-emoji coalition because I just want text, text, and more text, but you can stick whatever you want in there <insert smiling emoji here>
minnieo@kbin.social · 1 pts · 3y
this is awesome, thanks!!