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?

  • RealM@kbin.social
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Have the same problem. I already blocked /m/random but the sidebar still has random posts sometimes.

    You can’t trust people to tag all their NSFW properly, so there will inevitably appear NSFW on there, even if I turned it off in the settings.

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

      Here’s a strange observation I made today. Browsing /m/random/microblog/newest, get a massive NSFW image from mastodon.world, no blur, no filter, nothing. But if I go to the original post on mastodon.world, all the content is blacked out and you need to click to show. So clearly the user flagged their NSFW stuff, but the flag itself didn’t federate to kbin, just the image. That’s got to be a bug right?

  • Infiltrated_ad8271@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    A random list already seems to me a crappy function that almost nobody will appreciate, but here it is worse because it includes what is explicitly blocked.

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

      Sadly this does no longer work for me. Few scripts seem to be broken for some reason. Is it the only script you use?

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

        I use it together with kbin usability pack. What exactly does not work for you? It still hides the random posts for me but I toggled the NSFW option off, as I don’t mind that type of content.

      • 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.

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

    I’m cool with it being there but it should at least be blurred until you go into the thread like other NSFW content.

  • RheingoldRiver@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    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.

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

    I found that blocking the NSFW domains removed a lot of what I did not want to see in the sidebar. But, that may not help if you want the option to browse those forums sometimes. It’s not a guarantee that you’ll never see anything of the sort show up there, as plenty of domains allow NSFW content, but by removing the ones focused on it you’ll dilute the chances significantly.