Conversation

Anyone know how to hide renotes via custom CSS with #firefish? I found a browser extension for Misskey to do it which didn’t work and a CSS snippet, also for Misskey, which also didn’t work. That’s at https://github.com/misskey-dev/misskey/issues/7021.

2
0
0

@SweetAmelia
boop

.note-container.renote {
	display: none;
}

the linked one might not work because of the ._block part i assume ?

1
0
1

@freeplay I spent like three hours inspecting element trying to figure out what was wrong with it til 7am earlier… that worked. Thank you so much lol

0
0
0