Live data from Hacker News

"Disable Javascript" option removed in Firefox 23

bugzilla.mozilla.org

31–40 of 373 posts

Re: "Disable Javascript" option removed in Firefox 23

#31
post #14

Javascript is not required to read articles on the web. It's optional. That's why "Reader" mode is so handy, just show me the article so I can read it. Sometimes I don't like waiting for my browser to struggle with poorly written JS. It sounds like a classic noobie mistake... "Why are users able to turn off Javascript?" "No idea." "Remove the feature!" If anyone says Javascript is not optional, they are trying to sel…

It depends on the type of article. I write a lot of blog posts about math. The most convenient way to do this is using Mathjax. If browsers had native support for mathematical notation then I would be inclined to agree with you, but this is not currently the case.

Can you get away with using unicode chars instead? ... Sounds like this could be a good open source project.

Re: "Disable Javascript" option removed in Firefox 23

#32
post #27

I can't remember the last time I wrote an application that didn't rely on Javascript for even parts of its basic functionality. I simply don't understand why you would want to browse the web without JS enabled and the average user definitely would never turn it off except in error, causing them to think the browser is broken. Every single common-use browser on the Internet supports Javascript, there is no reason to a…

Key word application. An extremely small percentage of the websites I visit qualify as applications.

But even Hacker News would be provide a better user experience if it made more use of Javascript to publish comments, etc. instead of all the jumping around with the current UI. Something only possible with JS.

Re: "Disable Javascript" option removed in Firefox 23

#33

> This destroys a non-technical user's grasp of the differences between static HTML and programatically manipulated HTML. It hides the setting amidst hundreds of other obscure settings, and does not emphasize the extremely powerful tool that JavaScript is, and the fact that it is optional. Most 'non-technical users' don't have a clue about HTML, Javascipt, static features, etc. To them the internet consists of Facebo…

Right. Non-technical users do not think that way, at all. Javascript and HTML are implementation details of the website they are using. Even people who hire IT consultants tend not to understand these things much, although they might think they do.

I can imagine most web developers who freelance have dealt with a complaint from a client who had mistakenly turned off JavaScript, at least once.

Re: "Disable Javascript" option removed in Firefox 23

#34

Here's a very relevant blog post by Alex Limi of Mozilla: http://limi.net/checkboxes-that-kill/ Most sites these days that aren’t just displaying content will fail in interesting & mysterious ways if you don’t have JavaScript enabled. For the general population, Firefox will appear broken. And yes, I know that some people have reasons (privacy, web development) to turn off JavaScript. There are many add-ons that can…

The other thing Alex posted is firefox really gives you no indication of why the internet looks weird and is breaking left and right. So you can disable js or images or ssl and unless you're lucky enough to know a programmer or IT person really have no guide to undoing whatever happened.

Re: "Disable Javascript" option removed in Firefox 23

#35
post #27

I can't remember the last time I wrote an application that didn't rely on Javascript for even parts of its basic functionality. I simply don't understand why you would want to browse the web without JS enabled and the average user definitely would never turn it off except in error, causing them to think the browser is broken. Every single common-use browser on the Internet supports Javascript, there is no reason to a…

>> I simply don't understand why you would want to browse the web without JS enabled

Security, performance, JS ads ...

>> Every single common-use browser on the Internet supports Javascript

My company provides a web based app to Fortune 500 banks, around 15% of the browsers we see have JS disabled.

Re: "Disable Javascript" option removed in Firefox 23

#36
post #27

I can't remember the last time I wrote an application that didn't rely on Javascript for even parts of its basic functionality. I simply don't understand why you would want to browse the web without JS enabled and the average user definitely would never turn it off except in error, causing them to think the browser is broken. Every single common-use browser on the Internet supports Javascript, there is no reason to a…

It's not a question of browser support, it's a question of user choice. Do I want to allow any and all websites to run random scripts on my computer?

For some people and some sites, the answer is an obvious yes. Especially when the script is an integral part of the app or site you're visiting, such as a game or a highly interactive tool.

Sometimes though, the content should be enough. There are plenty of sites out there, like blogs, that shouldn't need js to provide their primary function. For example, I don't feel that I should need to enable client side scripting to view a 140 character tweet on the twitter site.

For some people, tracking via js is the primary concern, and in their case it makes sense to disable js whenever possible, and use offline tools for everything that needs to be interactive.

In any case, this move has a solid precedent, and as others have noted there are plenty of plugins that allow granular control over js execution.

Re: "Disable Javascript" option removed in Firefox 23

#39

I like this! The option is still there for power users (who most likely _know_ why they want to disable Javascript) and normal users can't accidentally disable it. Win-win!

It's even more relevant now with all the front end JavaScript frameworks that so many web apps rely on these days. In an age where web sites are now web apps that rely almost totally on JavaScript to function removing this option except for those who really have a good reason is acceptable and probably preferable. I feel like educating users is becoming harder and harder due to how hard we've all pushed for "it just works" type experiences so rather than fight the tide Mozilla is going with it.

Plus, apart from security concerns which can be dealt with other ways, JavaScript engines are now capable of running multiple web apps in many tabs simultaneously without being noticed. Wasn't performance one of the primary reasons for having this option back in the day? Now its not an issue. Going forward we might not see a disable js button and think it just as normal as not seeing an option to disable CSS or even html. It's kind of a non-optional piece of the web now.

Re: "Disable Javascript" option removed in Firefox 23

#40
I supppose too many people accidentally disabled Javascript in recent months while trying to disable Java. As long as there's an about:config option that does the same thing, I don't think it's a bad move to remove that option from view.

I will, however, miss the "Advanced" button next to the "Enable JavaScript" checkbox (if that button is going to go away, too, which the article isn't clear about). I use those Advanced options all the time to prevent websites from messing with my neatly tiled windows and trying to prevent me from using the right mouse button. Here in South Korea, the majority of blogs and forums have right-click protection enabled (and refuse to display any content if you disable Javascript altogether) due to ridiculous defaults in popular platforms, and every other website feels like they have the right to go full-screen. Firefox is the only thing that makes this stupid trend bearable. I guess I'll have to go and check whether NoScript has a similar option.

Post reply on HN