@[email protected] to [email protected] • 2 years agoEasy Way to see a list of defederated instances for each instance?message-square18fedilinkarrow-up145arrow-down12file-text
arrow-up143arrow-down1message-squareEasy Way to see a list of defederated instances for each instance?@[email protected] to [email protected] • 2 years agomessage-square18fedilinkfile-text
minus-squareDandroidlinkfedilink25•edit-22 years agodomain.tld/instances So for example: http://lemmy.world/instances Scroll to the bottom and you’ll see them.
minus-square@[email protected]linkfedilinkEnglish5•2 years ago Scroll to the bottom and you’ll see them That wasn’t as easy as I expected.
minus-square@[email protected]linkfedilink4•edit-22 years 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-square@[email protected]linkfedilinkEnglish2•2 years agoI was on my phone and was just pointing out how long the list is…
minus-square@[email protected]OPlinkfedilink3•2 years 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.