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

    • @axzxc1236@lemm.ee
      link
      fedilink
      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)