this post was submitted on 15 Jun 2023
37 points (100.0% liked)

/kbin meta

63 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 2 years ago
 

Occasionally after refreshing, I'll see a NSFW post in the random post section of the sidebar although I have the option to hide that content enabled.

Is there another way to hide this content?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (3 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] 2 points 2 years ago

Thank you. Added this to Stylus addon (Firefox) and it works great.

[–] [email protected] 1 points 2 years ago

kbin.social##.section.entries

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

I’m sure it relies on users using the NSFW tag on their posts, which can be unreliable. I’d be ok with an option to remove the random section altogether.

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

seems like 18+ communities dont auto-tag all posts as nsfw like they should

[–] [email protected] 2 points 2 years ago

If that's the case I'd suggest to submit a bug report: https://codeberg.org/Kbin/kbin-core/issues

[–] [email protected] 3 points 2 years ago

I also noticed that even if you have NSFW content allowed, it correctly blurs the thumbnail when you are browsing the homepage or whatnot, but does not blur those sidebar 'random posts' and 'random threads', so you are just browsing your homepage and find a massive donger plastered over the right side of your screen.

So it seems like an issue of both not hiding it when NSFW is hidden and not blurring it when NSFW is allowed but blurred.

load more comments
view more: next ›