This website uses cookies to improve performance and enhance the user experience. ×
EN HR DE NL ES PT IT NO RU FR CS JA KO HU TH TL TR ID SK PL AR UR

How to enable JavaScript in your browser

Nowadays almost all web pages contain JavaScript, a scripting programming language that runs on visitor's web browser. 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 five most commonly used browsers.

If you're a web developer, check the instructions on how to implement the <noscript> code on your internet pages.


Your browser is not recognized or is currently unknown.

 Google Chrome

  1. On the web browser menu click on the "Customize and control Google Chrome" and select "Settings".
  2. In the "Settings" section click on the "Show advanced settings..."
  3. Under the the "Privacy" click on the "Content settings...".
  4. When the dialog window opens, look for the "JavaScript" section and select "Allow all sites to run JavaScript (recommended)".
  5. Click on the "OK" button to close it.
  6. Close the "Settings" tab.
  7. Click on the "Reload this page" button of the web browser to refresh the page.
  1. 1. chrome 01
  2. 2. chrome 02
  3. 3. chrome 03
  4. 4. chrome 04
  5. 5. chrome 05
  6. 6. chrome 06
  7. 7. chrome 07

 Mozilla Firefox

  1. In the address bar, type about:config and press Enter.
  2. Click "I'll be careful, I promise" if a warning message appears.
  3. In the search box, search for javascript.enabled
  4. Toggle the "javascript.enabled" preference (right-click and select "Toggle" or double-click the preference) to change the value from "false" to "true".
  5. Click on the "Reload current page" button of the web browser to refresh the page.
  1. 1. ff 01
  2. 2. ff 02
  3. 3. ff 03
  4. 4. ff 04
  5. 5. ff 05

 Apple Safari

  1. On the web browser menu click on the "Edit" and select "Preferences".
  2. In the "Preferences" window select the "Security" tab.
  3. In the "Security" tab section "Web content" mark the "Enable JavaScript" checkbox.
  4. Click on the "Reload the current page" button of the web browser to refresh the page.
  1. 1. safari 01
  2. 2. safari 02
  3. 3. safari 03
  4. 4. safari 04

 Opera

  • 1. Click on Opera icon "Menu" and than "Settings".
  • 2. Click on "Websites" and then choose "Allow all sites to run JavaScript (recommended)"
  • 3. Click on the "Reload" button of the web browser to refresh the page.
1. opera 1 2. opera 2 3. opera 3

 Internet Explorer

  1. On web browser menu click "Tools" and select "Internet Options"
  2. In the "Internet Options" window select the "Security" tab.
  3. On the "Security" tab click on the "Custom level..." button.
  4. When the "Security Settings - Internet Zone" dialog window opens, look for the "Scripting" section.
  5. In the "Active Scripting" item select "Enable".
  6. When the "Warning!" window pops out asking "Are you sure you want to change the settings for this zone?" select "Yes".
  7. In the "Internet Options" window click on the "OK" button to close it.
  8. Click on the "Refresh" button of the web browser to refresh the page.
  1. 1. ie9 01
  2. 2. ie9 02
  3. 3. ie9 03
  4. 4. ie9 04
  5. 5. ie9 05
  6. 6. ie9 06
  7. 7. ie9 07
  8. 8. ie9 08

Instructions for web developers

You may want to consider linking to this site, to educate any script-disabled users on how to enable JavaScript in five most commonly used 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://www.enable-javascript.com/">
 instructions how to enable JavaScript in your web browser</a>.
</noscript>
On enable-javascript.com we optimize the script-disabled user experience as much as we can: We want your visitors to have JavaScript enabled just as much as you do!

About

Programming, designing, testing, getting user feedback and writing materials for this website was done by Toni Podmanicki with help of Paul Irish & Jeremy Hill. Thanks to all those who helped and contributed in any way. Hope you find this page useful.