46
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Aug 2023
46 points (96.0% liked)
Fediverse
17683 readers
10 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 4 years ago
MODERATORS
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.