I have the Hide Adult Content checkbox selected in my profile settings, but I am still seeing stuff like this in the sidebar as links to Random Magazines / Posts / Threads.

I’m not sure if it technically is a moderation issue where the Magazine, Post, or Thread needs to be marked as NSFW in case the OP didn’t do so or something more. It seems like it happens too often to just be where it is simply posts that slip past the mods so that makes me wonder if the NSFW checkbox is broken or just doesn’t do anything.

  • BoxOfSnoo
    link
    fedilink
    221 year ago

    I would like a way to totally remove the sidebar, I don’t want or need random anything. Wouldn’t that make page generation faster as well?

    • RheingoldRiver
      link
      fedilink
      31 year ago

      If you have stylus or a similar css injector installed, you can add this rule:

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

      and get rid of most of it (I like having the parts I didn’t get rid of)