What’s the best way to see the list of instances a given lemmy instance has defederated from?

    • Blizzard@lemmy.zip
      link
      fedilink
      English
      arrow-up
      6
      ·
      11 months ago

      Scroll to the bottom and you’ll see them

      That wasn’t as easy as I expected.

      • axzxc1236@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        11 months ago

        On Desktop computer, you can use the code below to remove federated instances list. (Use the code in Developer Console)

        document.querySelector(".home-instances .row").remove();

        (Tested with instances that uses version 0.18.4)