Just a quick and dirty userscript to add some features I feel are super important. I’ll probably look into creating some real PRs, but I figure the devs are probably in “put out fires” mode right now.
EDIT:
Added a few more features and cleaned up the expand / collapse UI. All features are toggleable in the kbin sidebar.
I have made this same script for beehaw / lemmy (by same, i mean adding community name after username only)
https://greasyfork.org/en/scripts/468708-beehaw-lemmy-add-home-instance-name-to-username
This is a big QoL thing, and I appreciate you putting it together. Hoping to see it become standard functionality on Kbin in the future.
Can you make this two scripts with separate functions? I currently use https://greasyfork.org/en/scripts/468460-kbin-collapsible-comments and like the clickable comment header.
Great minds think alike - I just made the same thing, adding domains only
https://greasyfork.org/en/scripts/468704-kbin-social-add-home-instance-name-to-username
preview
url
Thanks for this. Is it possible to change the color of the home instance to be more noticeable? Also I think the “@” is being dropped from the replace.
I assume its would need to be in this line, but it’s been 20 years since I coded anything and have no idea what script language this is.
var homeinstance2 = homeinstance.replace( “/u/@” + myname + “@” , ‘’);
Hey - with the dark and light mode - I’ll take a while to change the colour - for now I’ve made it in italics, so if anything - a 2nd script can change the colour of the community name
it’s showing
name - community
not breaking up the users URL / address with a dach
name - @community
it’s possible to make it
name@community - but that’s less readable
The script adds toggles for both features under the settings area so you can just toggle off comment collapsing if you already have a script that does that.
Thanks a lot for the work !
There is a bug where if you click on the instance/community, then reload kbin, it will add another instance name in the name. For example : gaming@beehaw.org@beehaw.org@beehaw.org
And this infinitely.
Can we get a screenshot of how it looks? Also I love the amount of effort everyone is putting towards this.
@SirPsychoMantis its very clean. want to post this at m/kbinStyles so we can aggregate them?