Earlier quoted context omitted.
There's absolutely no need for JavaScript on a page that has a text input and two buttons and that has worked without JS for three decades. Given Google's reputation for privacy and the constant attempts at selling their users out, it's fair to assume that the reason they're requiring JavaScript is not noble.
Okay. But is it evil?
Google begins requiring JavaScript for Google Search
21–30 of 158 posts
Re: Google begins requiring JavaScript for Google Search
#22Re: Google begins requiring JavaScript for Google Search
#23Earlier quoted context omitted.
Is JavaScript is now evil?
There's absolutely no need for JavaScript on a page that has a text input and two buttons and that has worked without JS for three decades. Given Google's reputation for privacy and the constant attempts at selling their users out, it's fair to assume that the reason they're requiring JavaScript is not noble.
The whole web is evil then. Hacker news has JavaScript for simple upvote buttons, is it also evil?
Re: Google begins requiring JavaScript for Google Search
#24Search engines which require JavaScript:
Google, Bing, Ecosia, Yandex, Qwant, Gibiru, Presearch, Seekr, Swisscows, Yep, Openverse, Dogpile, Waldo
Search engines which do not require JavaScript:
DuckDuckGo, Yahoo Search, Brave Search, Startpage, AOL Search, giveWater, Mojeek
Re: Google begins requiring JavaScript for Google Search
#25I don't know what Google's ratio of human to botspam is, but given how much of a payday it would be if anyone were to succeed, I can imagine they're serving their fair number of automated requests.
Requiring a headless browser to automate the traffic makes the abuse significantly more expensive.
Re: Google begins requiring JavaScript for Google Search
#26Re: Google begins requiring JavaScript for Google Search
#27Re: Google begins requiring JavaScript for Google Search
#28How else are you going to load a hideously incorrect AI summary block without your initial page latency being through the roof?
Object content as lazy
Embed lazy
Image lazy
Link rel=import (not support that widely though)
Heck if you wanted to get REALLY cute you go use multipart-mixed-replace headers.
Or SSE
Re: Google begins requiring JavaScript for Google Search
#29Earlier quoted context omitted.
There's absolutely no need for JavaScript on a page that has a text input and two buttons and that has worked without JS for three decades. Given Google's reputation for privacy and the constant attempts at selling their users out, it's fair to assume that the reason they're requiring JavaScript is not noble.
Okay. But is it evil?
Re: Google begins requiring JavaScript for Google Search
#30Earlier quoted context omitted.
If you had to estimate percentage of the web could exist without losing functionality without using JavaScript?
Just fyi the entire browsing and checkout process of Amazon.com works fine without JavaScript, discovering that radicalized me against so called web apps. it just takes actually reading the html spec and maintaining state in the querystring or via session cookie. Latency can be lower than the monstrosities people build with react in the right circumstances.