this post was submitted on 13 Jun 2025
23 points (100.0% liked)

askchapo

23062 readers
194 users here now

Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.

Rules:

  1. Posts must ask a question.

  2. If the question asked is serious, answer seriously.

  3. Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.

  4. Try [email protected] if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.

founded 5 years ago
MODERATORS
 

The site is the nytimes.com and I'm a desktop.

Test page - https://www.nytimes.com/live/2025/06/12/world/israel-iran-us-nuclear

There's a delay (~3 seconds or so?) before they get annoying.

I poked around after using the inspector and I made some Ublock Origin filters...

[Edit - Today, I removed the code. I learned the paywall is far from soft. On article pages - my code fubar'ed the layout. Plus only the top ~1/3rd of articles appear the rest remains hidden.]

---

I have Bypass Paywalls Clean v4.1.4.0 but it's disabled for the the Times. If it's enabled the site often entirely blocks pages so I need to use Ublock - if I can.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago

If you get extra scroll bars in weird places, there's a decent chance this would work instead:

body {
    overflow-y: auto;
}