this post was submitted on 15 Aug 2023
41 points (95.6% liked)

Fediverse

17538 readers
3 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] dandroid@dandroid.app 25 points 1 year ago* (last edited 1 year ago) (2 children)

domain.tld/instances

So for example:

http://lemmy.world/instances

Scroll to the bottom and you'll see them.

[–] Blizzard@lemmy.zip 5 points 1 year ago (1 children)

Scroll to the bottom and you'll see them

That wasn't as easy as I expected.

[–] axzxc1236@lemm.ee 4 points 1 year ago* (last edited 1 year ago) (1 children)

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)

[–] Blizzard@lemmy.zip 3 points 1 year ago

I was on my phone and was just pointing out how long the list is...

[–] maracuya@lemmy.ml 3 points 1 year ago

thank you, this is exactly what I was looking for.