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
    2
    ·
    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;
    }
    
    
    • gabriell@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Yeah I probably can use it. It’s just weird that it stopped working just like that and I’m to lazy to investigate.

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

        The site is under continual development, so the html probably got edited. This css might break at some point too, but it’s as uncomplicated as possible so it’s less likely to break than an involved script.