this post was submitted on 17 Jun 2023
178 points (100.0% liked)

/kbin meta

639 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 

There's a few NSFW communities who keep getting advertised on the sidebar, showing an inappropriate photo. I don't care to see it.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (3 children)

I'd like to totally disable the sidebar. I don't need random posts, especially if it's this kinda stuff I don't want to see.

[–] [email protected] 7 points 1 year ago (1 children)

As a temp workaround, add the following css in stylus or stylbot for kbin.social to hide random posts and threads

section.posts.section {
display: none;
}

section.entries.section {
display: none;
}

[–] [email protected] 5 points 1 year ago (1 children)

improved version:

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

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

and my favorite (makes screen wider) -
.kbin-container { max-width: 90%; }

[–] [email protected] 4 points 1 year ago (1 children)

I blocked the random crap using Ublock Origin. You can use the ublock picker tool to select the section of the page you'd like to hide.

[–] [email protected] 1 points 1 year ago

Been using it forever and didn't know it could do this. Definitely a better option for anyone that doesn't need stylus for something else.

[–] [email protected] 1 points 1 year ago

problem is it also comes up in /all. which is the default landing page. So yeh, you have to reactively block communities, which still leaves you open to exposure unfortunately - lemmynsfw will certainly not be the last nsfw instance. not particularly nice when you're just browsing /all when family walk in the room and there's several thumbnails of females in compromising positions on your screen.