[4 / 1 / ?]
Quoted By:
Help /wsr/!
I'm trying to filter every post in a thread that isn't posted by me or quoted me. After asking /g/ I found some success with the first part with:
>:root.hideNotYours .replyContainer:not(.yourPost) {display: none;}
in custom CSS and
>external-text:"you","javascript:document.documentElement.classList.toggle('hideNotYours');void(0)"
in 4chan-X custom board navigation to toggle it.
But still trying to figure out a way to also keep (.quotesYou) (every posts that quoted you) with the toggle.
Any help while I'm researching my own way around CSS is appreciated. Thanks.
I'm trying to filter every post in a thread that isn't posted by me or quoted me. After asking /g/ I found some success with the first part with:
>:root.hideNotYours .replyContainer:not(.yourPost) {display: none;}
in custom CSS and
>external-text:"you","javascript:document.documentElement.classList.toggle('hideNotYours');void(0)"
in 4chan-X custom board navigation to toggle it.
But still trying to figure out a way to also keep (.quotesYou) (every posts that quoted you) with the toggle.
Any help while I'm researching my own way around CSS is appreciated. Thanks.