How to Enable JavaScript

on in JavaScript, Featured
Last modified on

How to enable JavaScript in your browser and why

How to enable JavaScript in modern browsers
How to enable JavaScript in modern browsers

Nowadays, all web pages contain JavaScript, a scripting programming language that runs on the visitor’s web browser (client-side). It makes web pages functional for specific purposes and, if disabled for some reason, the content, or the functionality of the web page can be limited or unavailable. Here, you can find instructions on how to enable (activate) JavaScript in all modern browsers.

Is JavaScript enabled in my browser?

Instructions for web developers

You may want to consider linking to this page, to educate any script-disabled users on how to enable JavaScript in modern browsers. You are free to use the code below and modify it according to your needs.

<noscript>For full functionality of this site it is necessary to enable JavaScript. Here are the <a href="https://getbutterfly.com/how-to-enable-javascript/"> instructions how to enable JavaScript in your web browser</a>.</noscript>

🚀⚡😊 We want your visitors to have JavaScript enabled just as much as you do! JavaScript can do wonderful things! Learn JavaScript by example. Code snippets, how-to’s and tutorials. Try now!

Please note that the steps below might vary slightly depending on the browser version. Always make sure you are using the latest version of your browser for the best experience.

How to enable JavaScript on desktop browsers

Google Chrome (Windows/Mac)

  1. Open Google Chrome.
  2. Click on the three vertical dots in the upper-right corner to open the menu.
  3. Select “Settings”.
  4. Scroll down and click on “Privacy and security” on the left-hand menu.
  5. Click on “Site settings”.
  6. Scroll down to find the “Permissions” section, and click on “JavaScript”.
  7. Toggle the switch to “Allowed (recommended)” to enable JavaScript.

Mozilla Firefox (Windows/Mac)

  1. Open Firefox.
  2. Type “about:config” into the address bar and hit Enter.
  3. Click “Accept the Risk and Continue” if prompted.
  4. In the search bar, type “javascript.enabled”.
  5. Right-click on the “javascript.enabled” row and choose “Toggle” to set it to true.

Safari (Mac)

  1. Open Safari.
  2. Click on “Safari” in the menu bar at the top, then select “Preferences”.
  3. Click on the “Websites” tab.
  4. Select “JavaScript” from the left sidebar.
  5. Check the box next to “Enable JavaScript”.

Microsoft Edge (Windows/Mac)

  1. Open Microsoft Edge.
  2. Click on the three horizontal dots in the upper-right corner to open the menu.
  3. Select “Settings”.
  4. Scroll down and click on “Cookies and site permissions”.
  5. Click on “JavaScript”.
  6. Toggle the switch to “Allowed” to enable JavaScript.

Opera (Windows/Mac)

  1. Open Opera.
  2. Click on the Opera logo in the upper-left corner to open the menu.
  3. Select “Settings”.
  4. Click on “Advanced” in the left sidebar to expand the list.
  5. Click on “Privacy & security”.
  6. Click on “Site settings”.
  7. Click on “JavaScript”.
  8. Toggle the switch to “Allowed” to enable JavaScript.

Brave (Windows/Mac)

  1. Open Brave on your desktop.
  2. Click on the three horizontal lines (hamburger menu) in the upper-right corner to open the menu.
  3. Select “Settings”.
  4. Scroll down and click on “Privacy and Security” on the left-hand menu.
  5. Click on “Site and Shields Settings”.
  6. Scroll down to the “Permissions” section, and click on “JavaScript”.
  7. Toggle the switch to “Allowed” to enable JavaScript.

How to enable JavaScript on mobile browsers

Google Chrome (Android/iOS)

  1. Open Chrome on your mobile device.
  2. Tap on the three vertical dots at the top-right corner.
  3. Select “Settings” from the dropdown menu.
  4. Scroll down and tap on “Site Settings”.
  5. Tap on “JavaScript”.
  6. Toggle the switch on to enable JavaScript.

Mozilla Firefox (Android/iOS)

  1. Open Firefox on your mobile device.
  2. Tap on the three horizontal lines at the bottom-right corner.
  3. Select “Settings”.
  4. Scroll down to the “Privacy and Security” section.
  5. Find “JavaScript” and toggle the switch on to enable it.

Safari (iOS)

  1. Open the Settings app on your iOS device.
  2. Scroll down and tap on “Safari”.
  3. Scroll down to the “Advanced” section and tap on it.
  4. Toggle the “JavaScript” switch on.

Microsoft Edge (Android/iOS)

  1. Open Microsoft Edge on your mobile device.
  2. Tap on the three horizontal dots at the bottom-right corner.
  3. Select “Settings”.
  4. Scroll down to “Site settings” and tap on it.
  5. Tap on “JavaScript”.
  6. Toggle the switch on to enable JavaScript.

Opera (Android/iOS)

  1. Open Opera on your mobile device.
  2. Tap on the Opera logo at the bottom-right corner.
  3. Select “Settings” from the menu.
  4. Scroll down to the “Site settings” section and tap on it.
  5. Tap on “JavaScript”.
  6. Toggle the switch on to enable JavaScript.

Brave (Mobile)

  1. Open the Brave app on your mobile device.
  2. Tap on the three horizontal lines (hamburger menu) at the bottom-right corner.
  3. Select “Settings”.
  4. Scroll down and tap on “Site Settings” under the “Privacy and Security” section.
  5. Tap on “JavaScript”.
  6. Toggle the switch on to enable JavaScript.

Quick, shareable shortcuts for enabling JavaScript for your friends

Click on each shortcut to copy to clipboard (requires JavaScript).

Desktop Browsers

Google Chrome

Three Dots → Settings → Privacy and Security → Site Settings → JavaScript → Toggle Switch

Mozilla Firefox

Address Bar: about:config → Search: javascript.enabled → Toggle

Safari

Safari Menu → Preferences → Websites → JavaScript → Check Box

Microsoft Edge

Three Dots → Settings → Cookies and Site Permissions → JavaScript → Toggle Switch

Opera

Opera Logo → Settings → Advanced → Privacy & Security → Site Settings → JavaScript → Toggle Switch

Brave

Three Lines (Hamburger Menu) → Settings → Privacy and Security → Site and Shields Settings → JavaScript → Toggle Switch

Mobile Browsers

Google Chrome (Android/iOS)

Three Dots → Settings → Site Settings → JavaScript → Toggle Switch

Mozilla Firefox (Android/iOS)

Three Lines → Settings → Privacy and Security → JavaScript → Toggle Switch

Safari (iOS)

Settings App → Safari → Advanced → JavaScript → Toggle Switch

Microsoft Edge (Android/iOS)

Three Dots → Settings → Site Settings → JavaScript → Toggle Switch

Opera (Android/iOS)

Opera Logo → Settings → Site Settings → JavaScript → Toggle Switch

Brave (Android/iOS)

Three Lines (Hamburger Menu) → Settings → Privacy and Security → Site Settings → JavaScript → Toggle Switch

Additional Resources

Follow the instructions provided by your browser:

Browser icons: Browser Icons Pack 2022

Related posts