Im getting lots of NSFW content in the last time. I didnt find anything to disable the media preview in the sidebar either so there is no way to use the site in a setting where someone might see my screen. Anyone got a tipp or ways to change that?

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

    with stylus add this:

    section.active-users.section,
    section.posts.section,
    section.entries.section {
        display: none;
    }
    
    

    You can add or remove some of the selectors if you don’t want all of them; section.posts.section is the one for posts. But I want all 3 of these sections hidden.