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?

  • Cloudless ☼
    link
    fedilink
    arrow-up
    28
    ·
    11 months ago

    A list of communities on the sidebar would be much more useful than the random stuff/people.

  • RealM@kbin.social
    link
    fedilink
    arrow-up
    7
    ·
    11 months 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
      ·
      11 months 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?

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

  • Infiltrated_ad8271@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    11 months 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.

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

    • gabriell@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      11 months 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
        ·
        11 months 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.

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

          It simply does not hide random posts anymore. Weird. If I wasn’t so lazy I would investigate it but I’m lazy so I don’t know:)

  • avividtale@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    11 months 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.