Hacker News new | ask | show | jobs
by userbinator 54 days ago
Unfortunately even Google started requiring JS, which was a huge attack against small browsers and the open web.
5 comments

Yep, https://html.duckduckgo.com works well in such browser though :)
Also check out http://frogfind.com/, it automatically converts results into basic HTML.
The Google index is still accessible from many other "proxy search engines" that still work without JS, one example is Startpage.

See the nice list from Seirdy for more details on search engines: https://seirdy.one/posts/2021/03/10/search-engines-with-own-...

First thing I see when I try to visit Startpage, for probably the first time ever, is "Our system has detected the type of high-volume traffic coming from your internet connection that is normally associated with bots and scrapers." WTF. Total BULLSHIT. I have accessed that site precisely ZERO times from this IP. Now it will be one, and the last time I ever try.
It is a feature. If website does not work in basic HTML, it is probably just a waste of time.
Google at this point kind of controls the www. Now, strictly speaking that statement is not true, but it now feels as if Google sits in so many areas that are important for the www; chrome is just the most obvious one.
But does it require ES6? Javascript was quite minimal in the early days. It doesn't need a JIT, in fact I'd prefer it not to be.
The difficult bit isn't the core JavaScript support. There are a dozen engines packaged as libraries that can use for that. The difficult bit is supporting all of the hundreds of DOM APIs.
Also the "undefined behaviours" used for fingerprinting and denying access to non-mainstream UAs even if they have JS support. If I remember correctly, YouTube was doing something like that.