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?
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?
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.
deleted by creator
kbin.social##.section.entries