maracuya@lemmy.ml to Fediverse@lemmy.ml · 1 year agoEasy Way to see a list of defederated instances for each instance?message-squaremessage-square19fedilinkarrow-up148arrow-down12file-text
arrow-up146arrow-down1message-squareEasy Way to see a list of defederated instances for each instance?maracuya@lemmy.ml to Fediverse@lemmy.ml · 1 year agomessage-square19fedilinkfile-text
minus-squareDandroid@dandroid.applinkfedilinkarrow-up27·edit-21 year agodomain.tld/instances So for example: http://lemmy.world/instances Scroll to the bottom and you’ll see them.
minus-squareBlizzard@lemmy.ziplinkfedilinkEnglisharrow-up6·1 year ago Scroll to the bottom and you’ll see them That wasn’t as easy as I expected.
minus-squareaxzxc1236@lemm.eelinkfedilinkarrow-up5·edit-21 year agoOn 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)
minus-squareBlizzard@lemmy.ziplinkfedilinkEnglisharrow-up3·1 year agoI was on my phone and was just pointing out how long the list is…
minus-squaremaracuya@lemmy.mlOPlinkfedilinkarrow-up3·1 year agothank you, this is exactly what I was looking for.
domain.tld/instances
So for example:
http://lemmy.world/instances
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.