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?

  • arkcom@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    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;
    }

  • Urnchos@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I also noticed that even if you have NSFW content allowed, it correctly blurs the thumbnail when you are browsing the homepage or whatnot, but does not blur those sidebar ‘random posts’ and ‘random threads’, so you are just browsing your homepage and find a massive donger plastered over the right side of your screen.

    So it seems like an issue of both not hiding it when NSFW is hidden and not blurring it when NSFW is allowed but blurred.