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.

      • McBinary
        link
        fedilink
        21 year ago

        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 + “@” , ‘’);

        • pushka
          link
          fedilink
          2
          edit-2
          1 year ago

          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

          • McBinary
            link
            fedilink
            11 year ago

            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.

            • pushka
              link
              fedilink
              21 year ago

              I’ll add two red colour styles tomorrow which changes brightness based on dark mode or not

    • raltsm4k
      link
      fedilink
      21 year ago

      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.

      • dimspace
        link
        fedilink
        11 year ago

        oooh… its an icon to the left of search… i was looking underneath per the screenshot lol