In the last couple months if you go to their site in a mobile browser (e.g. from search results), after a short scroll down they have this popup demanding you install their app and it completely takes over the screen. I take it as a reminder never to install their app.
I thought I'd be clever and use iOS's "Hide Distracting Items" to get rid of elements like that. But reddit kills the scroll, too, so even after the dickover[0] is gone the page is still non-functional. Nothing says, "we don't want your business" like a non-functional web page, which seems like a bad move unless you're selling food or potable water. 'cuz I get along just fine w/o reddit.
I've been trying to figure out for years how to keep specific bits of Javascript like that from triggering. But so many modern webpages are procedurally generated messes born from frameworks that I can't reliably track down a way to do it. On Reddit for example there's reddit.com, redd.it, redditstatic.com, and cdn-apple.com that are all subdomains that load on the page, and each pull Javascript from dozens of different sources. If you disable Javascript entirely the page won't load and instead nags you to enable it. I don't want to go digging through the page inspector in my dev console just to track down which .js file is causing that, and then figure out how to only stop it from killing the scrollbar. If you can even do that. Some pages are so labyrinthine that you can't.
I'm sure there must be something on https://github.com/gorhill/ublock/wiki/Resources-Library but I've still not really been able to make sense/use of these rules much. At this point blocking certain things in js universally seems kind of impossible now that everything is webpack-chunked with random names or hidden in react context that seems inaccessible.
But I think this css rule covers many simple cases
html[style*="overflow:hidden"], html[style*="overflow: hidden"]
{
overflow: auto !important;
}
Many websites might be broken, but I’d like a toggle to disable listening for scroll events. And no overflow overrides on major and screen-wide elements.
I use various bookmarklets to address this issue. The javascript is easy enough that you can modify it even if you're not a programmer. For example see: https://news.ycombinator.com/item?id=43488943
It's the worst on iPhone, because it won't even let me scroll back up to show the button to open the tabs view, I have to switch out of the browser and re-open it to be able to scroll to show.
I think you can just tap the tab bar to bring the controls back. Works for me on whatever iOS this is before “Lucas would be proud with this numbering” 26.
This is mystifying to me. I had a membership in a maker shop and took a welding course. I had a project in mind and bought 6 pieces of stainless tubing online. They came in standard lengths but iirc they would cut them for an additional charge. If there was a minimum order it was lower than 6, prices were right there on the page, there was none of the friction the writer is talking about, and this was 16 years ago.
Except the strange dysgenics reason for the downfall of high civilization in Idiocracy it is a interesting movie. It should have talked more about cultural enshittification.
It shouldn't be astonishing. The bombs dropped in Japan did create nuclear shadows of human beings when their bodies were annihilated. When Bradbury wrote it (1950), that was very, very fresh.
I've had exactly the same coffee drinking habit for decades: about 22-23 oz first thing before breakfast and that's it. Once in a very rare while (on the scale of a few times a year) I'll have a masala chai or matcha in the evening. My sleep pattern has changed despite this consistency and I believe it's more due to age rather than coffee consumption.
Particularly tonkotsu, which basically has fat emulsified into it. My understanding is that ramen was originally a workman's meal -- inexpensive and calorie rich food for laborers.
I had a Japanese teacher a few years ago who explained that Japan's ramen is the US's "burger and fries". It's calorie-rich processed food that's available everywhere. They are prepared in advance, served very quickly (usually within a few minutes), and people finish their meals within 15 minutes. It's far closer to "fast food" than most Westerners realize. The average ramen outside Japan is far more elevated than within Japan.
The average ramen, yes, but in the same way that many people in the US obsess about the perfect burger, there is a serious ramen scene in Japan with obsessive ramen devotees and chefs pushing the envelope.
reply