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@kbin.social
    link
    fedilink
    arrow-up
    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(…

  • Whooping_Seal@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 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.

    • Whooping_Seal@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 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.