Easy Way to see a list of defederated instances for each instance?
Easy Way to see a list of defederated instances for each instance?
What's the best way to see the list of instances a given lemmy instance has defederated from?
Easy Way to see a list of defederated instances for each instance?
What's the best way to see the list of instances a given lemmy instance has defederated from?
You're viewing a single thread.
domain.tld/instances
So for example:
Scroll to the bottom and you'll see them.
Scroll to the bottom and you'll see them
That wasn't as easy as I expected.
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)
I was on my phone and was just pointing out how long the list is...
thank you, this is exactly what I was looking for.