Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Windows ›
Disable Javascript in Firefox 23

Disable Javascript in Firefox 23

September 4, 2013 Windows Jesin A 1 Comment

disable javascript in firefox 23

The latest Firefox version 23 has been released and it is on news for a lot of reasons.

A new logo, lack of support for the <blink> tag, blocking of mixed (HTTP content on a HTTPS page) to name a few. Among these is “the inability to disable javascript” an article said. What?

Then how do I disable javascript in Firefox 23 to test my new blog design sans JS?

Earlier it was just a matter of Tools menu > Options > Content tab and uncheck “Enable Javascript” to disable javascript.

firefox 23 missing enable javascript
Older Firefox (left) with the “Enable Javascript” option, Firefox 23 (right) without it

It is still possible to do this by playing with the internals of Firefox 23 so lets do it like a pro.

Open a new tab in Firefox and type about:config in the address bar and press enter. You’ll see warning as follows.

firefox 23 about config warning

This is not to be taken lightly as all other “Terms and conditions” and “I agree” forms you’d encountered throughout your life. Modifying a wrong value here can cause unexpected problems. Click the “I’ll be careful, I promise” button and be careful.

In the search box type

javascript.enabled

In the values that appear right-click the exact match of “javascript.enabled” and click “Toggle“. The “Value” column will change from true to false.

disable javascript in firefox 23

That’s it javascript is disabled on your firefox browser.

Why disable javascript ?

Javascript is used on 99.99% of webpages today then why disable it? If you are a web designer you may want to see how your web template works without javascript.

When I redesigned this blog’s theme I tried this to check how much the theme “breaks” without javascript support (especially the tools in the toolbox since they use AJAX). Doing this will give you an idea of how search engines will “see” your site.

You may also disable javascript if you are browsing a website which you think or know is malicious and may harm your computer. Disabling javascript also saves a lot of bandwidth as advertisements and tracking scripts are not executed.

Other than these reasons you shouldn’t disable javascript. As said before almost all websites use javascript for some of their core functionality.

So disabling it would mean no youtube videos, no Facebook news feed updates without manually refreshing the page, no user comments on half of the websites.

As a matter of fact I’m also planning to use javascript for this blog’s commenting system to combat comment spam. So once you are done with your purpose enable javascript by right clicking javascript.enabled and choosing toggle.

Related posts:

windows category thumbnailLive HTTP Headers for Firefox 4.0 windows category thumbnailDisable Low Disk Space Warning in Windows windows category thumbnailDisable Right Clicking on the Desktop web design category thumbnailJavascript Simple Slideshow disable directory listing apache thumbnailDisable Directory Listing in Apache

Tags: firefox, javascript

Comments

  1. Rahul says

    September 10, 2013 at 3:56 pm

    Well, there is another way out too… you can install a plugin, “Web Developer Toolbar” where you will get the menu “Disable” in the first… Click on “Disable” and hover on “Disable Javascript” and click on “Disable all Javascript”

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.