relay.fedi.buzz CSS
Does anyone know how to hide boosts made by relay.fedi.buzz ?I’ve added instance relay but I can see duplicates in my global TL (the boost and the post fetched by the boost) and wanted to hide the boosts.
I don’t know if I’m baby or it’s just not possible ​:saddercat:​
for now, I only managed to select the header with
a[href$="@relay.fedi.buzz"]I wanted to take inspiration from this snippet but to no avail ​:sadcat:​
div:has(button.tab._button.active[aria-label="Global"]) + div .list .notes .renote {
display: none;
}#CSS #Firefish #Misskey #Iceshrimp #relay #fedibuzz #help #html