Firefox on Linux, I had to disable uBlockOrigin to see anything at all. It was a blank page, although ViewSource showed a large body of html and content.
This doesn't appear to be a commercial site at all. Weird that an ad blocker would be in conflict with it.
Also: I was able to read it with no problem with lynx, a text browser, after scrolling wwaaayyyy down to get to the article. Why don't designers (or whoever's responsible for this decision) put the content physically first, and the cruft last, in html? You can obviously arrange what gets displayed first in CSS/javascript. It would make life easier for text viewing people and their tools.
Websites should fail like escalators, not elevators. If your JS isn't working properly, the site should default to just dumping the text. I'll be OK dealing with the consequences of bad formatting.
> I like this analogy and will be stealing it for future use.
Heh, I stole it from someone on here. I purposely built my site to work with minimal unnecessary components (JS, CSS, etc), and that makes it "just work" with things like Lynx. As it turns out, making sites simple also make them more compatible!
It sort of ignores the fact that escalators also fail by ripping people apart, maiming or killing them. I'll take the occasional broken back button and crappy contrast.
An escalator shredding someone is not a structural failure. Anyway, it wasn't meant all that seriously - just that a quip about failure modes has failed to consider the failure modes.
This doesn't appear to be a commercial site at all. Weird that an ad blocker would be in conflict with it.
Also: I was able to read it with no problem with lynx, a text browser, after scrolling wwaaayyyy down to get to the article. Why don't designers (or whoever's responsible for this decision) put the content physically first, and the cruft last, in html? You can obviously arrange what gets displayed first in CSS/javascript. It would make life easier for text viewing people and their tools.