> As a NoScript user, I see a lot of similar content served via websites as well.
Same with umatrix, wsj.com as an example:
Please enable JS and disable any ad blocker
and I just skip the website.
I skip these websites too.
And also skipping websites that ask for cookie permissions in a malicious way.
It is just not the kind of people/content I want to be around and therefore not worth my time.
I am wondering myself, if I am the only one doing this.
Out of curiosity is that just "modern" reddit or old reddit too? (However long old reddit sticks around, anyway, it's clearly not long for this world after they began requiring a login to use it so if the login page requires JS then it's kind of moot)
> As a NoScript user, I see a lot of similar content served via websites as well.
I tend to hit the back button. If the site has something I really then I enable temporarily reenable JS and then use reader mode.
Sorry, but the ideal case is that a website gracefully upgrades with JS enabled.
But sadly every one site on the net should both:
render in less than 50ms - to be in the top chart in AdSense, even if there is no such need
download everything and load everything so it would render the right way instantly - even if there are a literal hundred of the requests[0], again to improve the ranking in the AdSense
actually should load a full content of the page (hit F12 on [0]) on the first or second request but delay the display with an utterly stupid CSS animation what would spin until the last tidbit is downloaded and loaded - because fuck you visitor, especially if your connection is anything but absolutely perfect.[1]
and it's need to dynamically load the parts of the page even if all the content fits in less than 8kBytes - because dynamic! progressive! fuck you, user!
Like you can replace that bullshit at [0] with a tiny page content, tiny CSS file and do the shenanigans with JS shit later - but hey! that means somebody would for 5ms actually see the actual content before it would be mangled to a stupid dynamic shit with a pseudo mobile mode on a 4k landscape monitor!
[0] Eg https://forum.mikrotik.com/t/14-years-lasting-bug-disconnect...
[1] yes it's actually four points there - because even so called 'web programmers' nowadays don't know what the actual stack they use. And yes, the first and second point and even third - they are all contradicts themselves.