There’s a few NSFW communities who keep getting advertised on the sidebar, showing an inappropriate photo. I don’t care to see it.

  • arkcom@kbin.social
    link
    fedilink
    arrow-up
    6
    ·
    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;
    }