I've not seen any announcement about these changes.
Tell HN: GitHub no longer readable without JavaScript
1–10 of 79 posts
Re: Tell HN: GitHub no longer readable without JavaScript
#2Re: Tell HN: GitHub no longer readable without JavaScript
#3Could someone shed some light on this?
Re: Tell HN: GitHub no longer readable without JavaScript
#4Re: Tell HN: GitHub no longer readable without JavaScript
#5Honest question and no pun intended: I don't understand people's desire to prevent JavaScript from being a language that runs in the browser. Could someone shed some light on this?
We believe in hypermedia.
Re: Tell HN: GitHub no longer readable without JavaScript
#6Honest question and no pun intended: I don't understand people's desire to prevent JavaScript from being a language that runs in the browser. Could someone shed some light on this?
Re: Tell HN: GitHub no longer readable without JavaScript
#7Re: Tell HN: GitHub no longer readable without JavaScript
#8Honest question and no pun intended: I don't understand people's desire to prevent JavaScript from being a language that runs in the browser. Could someone shed some light on this?
– it consumes more battery and bandwidth (the latter still being expensive on mobile in some parts of the world;
– it's often used to track you (including tracking everything you do - mouse movement, things you type into forms without even submitting it, etc.), serve you ads, and so on;
– most security issues (XSS, browser-based 0-day exploits that escape the sandbox) rely on Javascript being turned on
– it overall slows down many pages with no tangible benefit to the user (this one is obviously not always the case, depends on the website).