Ask HN: How common are websites that block all content if JavaScript is disabled
here is one example:
https://expeditionportal.com/
only the menu is shown and most of those do not work at all. If the Forum menu item is selected then get a javascript required message. Looks like the Store works as that brings in revenue and maybe the Podcasts work. But the main content and reason most use the website, is not available.
5 comments
[ 3.6 ms ] story [ 17.6 ms ] threadThe only HTML is a shell that has some <script> tags and a <div> in it. The react app is written in Javascript and writes DOM nodes into that <div>. With no Javascript you just see the empty shell.
I can speak with some confidence as I browse almost exclusively without js. If a site needs it, I just move on [2].
Most sites still render a lot (sometimes revealing more) of their content perfectly without it.
As other HN commentators have noted, there's a strong negative correlation between sites that are js heavy and quality. Very little of value is lost by avoiding them.
[1] Too many because it seems a those that don't work without js also break legally required accessibility standards and are mainly from bigger entities who should behave better.
[2] About the only thing I can't seem to do on HN as a text-only reader is up/down vote other posters. That's also a feature.
As of how many... feels like 1 in 20.