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
    1
    ·
    edit-2
    1 year ago

    There is really no need to use a script for this. You can use one css rule if you install Stylus. Here is the rule for hiding only the random posts section.

    section.posts.section {
        display: none;
    }