• Stamets@startrek.websiteOP
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    Of course! There are a lot of users and a lot of posts. I don’t expect everyone to remember everything, you’re fine! I also do miss the usertags though. That shit was vital and I’m dying without it. Me? Having to use my memory that forgets to do laundry? Not going well.

    • Crul
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      10 months ago

      FYI: there is a not-very-convenient way of tagging users, with addons like Stylus. You can change the username style and even add some text after it:

      a[href$="/u/Stamets@startrek.website"] {
          background-color: purple !important;
          color: white !important;
          padding: 0 4px;
          border-radius: 3px;
      }
      a[href$="/u/Stamets@startrek.website"]::after {
          content: "- does post sources! :)";
      }
      

      But you need to edit the CSS every time you want to add or change something.

      • Stamets@startrek.websiteOP
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        Interesting. I don’t mind fucking with the CSS that frequently. I am not good at it but I do sorta like it. Feels like a puzzle. I’m gonna have to look into that. Thank you very much!

        Also considering how much I post and what i’m recognized for, being tagged as ‘Does posts sources’ is the biggest honor I could be given. Thank you so much 💙

        • Crul
          link
          fedilink
          arrow-up
          4
          ·
          10 months ago

          is the biggest honor I could be given.

          :)

           

          Does post* sources

          Fixed :P