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.
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
Thanks a ton for doing that. I appreciate it. I’m just having difficulty noticing when I’m replying to people on other platforms, so some assumed knowledge gets left out when not knowing who I’m speaking to.