this post was submitted on 13 Jun 2025
23 points (100.0% liked)
askchapo
23042 readers
134 users here now
Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.
Rules:
-
Posts must ask a question.
-
If the question asked is serious, answer seriously.
-
Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.
-
Try [email protected] if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
might work. If not, look through the css and find what might be doing it (if you don’t know how, paste it here and I might be able to find it), then use Stylus to override it.
A brute force method:
in Stylus might fix it, unless they’re doing something more complicated. But it might also add scrollbars in weird places.
I edited my post just as you were posting. I figured out a way to hide the style by just blindly trying out code I found. I have no idea what
:remove()
is.The problem is that doing that makes stuff on other pages fubar.
If you could give me the CSS to show the scrollbar - I think I can figure out how to write it for Ublock.
I'll look again. Maybe I missed something. I never mess with CSS anymore and I get data-overload easily.
I’m guessing
:remove()
actually removes the element from the page and normally uBlock Origin just hides it. But yeah, it makes sense that it would mess up other styling.Stylus is useful to have in general since it lets you tweak any site to your liking. Even on here I have a style that indents nested comments more so I can more easily discern the levels. Although you do have to deal with CSS or find someone who has already written what you want.