• 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