Live data from Hacker News

"Disable Javascript" option removed in Firefox 23

bugzilla.mozilla.org

61–70 of 373 posts

Re: "Disable Javascript" option removed in Firefox 23

#61

Okay, since Opera seems to have gone the way of the dodo: Is there a browser for power users? I mean, good luck to Firefox and Chrome, but considering I rarely use flashy websites, I really would rather use something that only works with half the sites, but has the experimentation and hunger for ideas for the sake of ideas more than for the sake of market share these so sorely lack.

Why do you think Opera has gone the way of the dodo? It's an excellent browser, by far the best browser in my opinion. Furthermore, they're changing their renderer to webkit which will ensure no more Opera incompatibility. If anything, Opera just keeps getting better.

Re: "Disable Javascript" option removed in Firefox 23

#62
post #52
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 It's faster. Much faster. Every time I disable noscript to use some website (90% of the time it's video that doesn't work) I'm always astonished how much GARBAGE most website have. Totally useless stuff. Popup boxes, annoying underlining with mouse overs, certificate verifiers, bookmarks, social network promoters, chat boxes, and help…

[deleted]

Re: "Disable Javascript" option removed in Firefox 23

#63
post #53

I exclusively surf with javascript disabled by default. I only turn javascript on on websites that i trust or the site has to give a good reason to do so. i wont turn on javascript to display your crappy jquery menu or slideshow. So many pages are totally broken without javascript. You dont need javascript to have a good layout, a complexe menu or display images. Yet some "professional" sites dont even work without j…

Javascript, Flash, HTML 5, and virtually all the rest of the HTML "enhancements" are a cancer on the web.

Honestly, the only website that I can think of where using Javascript actually does something useful that I'd have a hard time doing better on a standalone app on my own machine is Google Maps, where it's nice to be able to scroll around by dragging the map with the mouse.

But even there, I'd gladly sacrifice that feature for a standalone mapping app on my own machine, so I don't have to worry about Google spying on me whenever I decide to go somewhere!

Geez. The web has become a gigantic spyware advertising network, and Javascript, Flash, and related garbage are some of the main enablers of it.

Re: "Disable Javascript" option removed in Firefox 23

#64

Earlier quoted context omitted.

Right, but the change isn't targeting you, the hacker news reader. There's dozens of mom & pops out there who have no understanding how browsers work and when they disable javascript, they'll complain that firefox can't render pages as well as IE.

Which is two things to me: 1. not a tragedy that can never be fixed, but usually a minor inconvenience 2. one of those random opportunities to learn something, like in this case what Javascript is. Taking away options from users because they don't know well enough can be kind of a self-full-filling prophecy, too. You cater to newbies, you get more and better newbies, entitled ones. Stuff should be nice to use, of cou…

You really do not want to be explaining Javascript to my mom and pop, or most others. (And yes, your parenthetical case at the end? It happened to me in just the last two weeks; coincidence, yes, but it did.)

Re: "Disable Javascript" option removed in Firefox 23

#65
post #41

There was a talk (or podcast?) that discussed how cluttered with vestigial options Firefox and other browsers are. One of the examples was JS - if you turn it off entirely it makes the entire web seemingly broken. As long as the option is there for power users, this is the kind of thing that removing will probably cause less headaches for people in the long term.

You're probably thinking of "Checkboxes That Kill": http://limi.net/checkboxes-that-kill/ - and I believe it's what inspired Firefox to remove the option.

That's exactly what it is. Thanks!

Re: "Disable Javascript" option removed in Firefox 23

#66

Earlier quoted context omitted.

People will still do it without understanding and then complain that Firefox broke. If that is true, then point me to all those complaints. There is no legitimate reason your average user should have access to this checkbox. That's called kicking away the ladder, and fuck that with a rusty chainsaw. How are people supposed to even get curious about what Javascript is, when they never hear of it?

Somehow the dark corner of a preferences pane doesn't seem like the place anyone would choose for an introduction to Javascript.

That's the point, you don't choose when to first come across something you haven't heard of before. You don't wake up one morning and say "I guess I'll go to the library and get a book about Javascript" because you dreamed about it.

There are a million ways to display and to drill down into options that would make the FF options less cluttered, more logical, while having even more options than it does. There are ways to inform users pretty much exhaustively via built-in tooltips and documentation -- all of this has been working great in the 90s and got better since then. Icon > Title/Tooltip > Short Description > Verbose Description, so you learn everything you "stumble over" once when you need it, and from then on just use it, with the option to refresh your knowledge anytime.

Just compare about:config in Opera and Firefox, and simply accept we're dealing with different levels of skill and taste here, not just different choices.

Re: "Disable Javascript" option removed in Firefox 23

#67
One aspect of this that I haven't heard people get into very much: the idea that a lot of people have, including (probably) most developers at Mozilla and many web developers such as myself, is for the web platform to be a ubiquitous way to deploy applications.

The idea is that JavaScript allows a relatively safe way to do that in a sandboxed environment (the browser) that is available on almost every computer.

The developers who really want the web to just be a bunch of static HTML are actually inhibiting that vision of a web platform. Because if disabling JavaScript were to become popular, that takes away that capability of web browsers to run applications. The conversation would go from something like "we can use JavaScript and this application will run for anyone who has a new version of Firefox, Chrome, or IE10/11, or Safari" to "we can deploy our application to the latest browsers, but we will have to first present a screen asking users to enable JavaScript on our site" or something along those lines. It goes from being a ubiquitous cross-platform solution to one that will only run for people who like JavaScript.

JavaScript in the browser is by far the best option we have now and in the foreseeable future for easily deploying applications across different types of operating systems and even devices.

Its amazing to me how many people don't appreciate that goal or really take it into account.

Re: "Disable Javascript" option removed in Firefox 23

#68
post #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 Advan…

I can confirm the "Advanced" button is gone.

At least for the moment, the dom.disable_window_move_resize and dom.event.contextmenu.enabled preferences still exist in about:config, though.

Re: "Disable Javascript" option removed in Firefox 23

#69
post #47

A few months ago, I switched to using w3m inside emacs as my primary browser. w3m is not capable of handling Javascript at all. And you know what, for 90% of the websites I visit, it doesn't matter. They function fine and look fine without Javascript. And if w3m could manage to make most websites look fine without Javascript, so could Firefox -- if its developers cared. As for non-technical users -- they're probably…

What is your take on w3m vs elinks?

Re: "Disable Javascript" option removed in Firefox 23

#70
post #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.

replying to myself: one more way apple simply makes better software: safari offers a simple reset option that seems to reset all browser settings. Now, this doesn't help in the case of a user not understanding what went wrong, but I can tell someone over the phone "click on safari -> reset safari" far more easily than walking someone through deleting a firefox profile while saving bookmarks or reinstalling firefox and creating a new profile. I don't like safari as a browser, but it's to apple's credit that they offer this simple option so I tell my mother / mother-in-law to just click reset if the internet is weird.
Post reply on HN