maracuya@lemmy.ml to Fediverse@lemmy.ml · 2 years agoEasy Way to see a list of defederated instances for each instance?message-squaremessage-square17fedilinkarrow-up147file-text
arrow-up147message-squareEasy Way to see a list of defederated instances for each instance?maracuya@lemmy.ml to Fediverse@lemmy.ml · 2 years agomessage-square17fedilinkfile-text
minus-squareaxzxc1236@lemm.eelinkfedilinkarrow-up5·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-squareBlizzard@lemmy.ziplinkfedilinkEnglisharrow-up3·2 years agoI was on my phone and was just pointing out how long the list is…
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…