similar to the kbin userscript I made this colorizes posts and comments by origin. kbin users/posts are dark blue, Beehaw (and any other restrictive moderation sites in the future) are red, local is left unchanged.

  • Ginkko117
    link
    fedilink
    2
    edit-2
    1 year ago

    Great job, thank you!
    Just one thing - it would be great if these rules would not work on strictly moderated instances themselves because there is no point of such highlighting there. We can configure it in userscript setting in UI. But it’s better to have such logic right in the scripts itself. So far I have just added this additional condition to the block at the end:

    if (isLemmy && !isStrictlyModerated(window.location.hostname)) {
    GM_addStyle(…

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    I will mention, anyone that is using the light theme will have this broken. From what I have seen most people seem to be using the dark theme anyways so it’s not that big of a deal but it is worth mentioning.

    Thank you for the great userscript! It is quite nice to have a colour coded view of this.

    • @CodingAndCoffeeOP
      link
      English
      41 year ago

      lol yes, I forget that some people are psychopaths who like staring into the sun

  • mershed_perderdersM
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    pretty nice!

    I wonder about these types of scripts and plugins promoting an in-group/out-group mentality, but I suppose we shall see.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      I feel like the inclusion of highlighting users from heavily moderated instances could create that mentality, but I think it is quite valuable to have a colour coded view of who is using kbin and who is using lemmy. It’s just somewhat interesting seeing which communities people from different federated platforms are interacting with.

      • @CodingAndCoffeeOP
        link
        English
        2
        edit-2
        1 year ago

        As a user on a defederated instance, for me it’s a reminder that even if I see one of their comments or posts on a non-beehaw instance, there’s no point in replying because they’ll never see it anyway.