NSFW posts appearing in random sidebar when hide adult content checked
Occasionally after refreshing, I'll see a NSFW post in the random post section of the sidebar although I have the option to hide that content enabled.
Is there another way to hide this content?
You are viewing a single comment
As a temp workaround, add the following css in stylus or stylbot for kbin.social to hide random posts and threads
section.posts.section {
display: none;
}
section.entries.section {
display: none;
}
Thank you. Added this to Stylus addon (Firefox) and it works great.
kbin.social##.section.entries