Learn how to turn on JavaScript in your web browser

The majority of websites nowadays rely on JavaScript. JavaScript is a programming language that is regularly used to make websites more functional and improve the overall user experience for a website's users. When JavaScript is disabled, the majority of modern websites simply become unusable or do not work as intended as they require the usage of JavaScript to function properly.


Select the guide for your web browser

Are you a website owner? Display an alert to your website's users when JavaScript is disabled in their web browsers by following this guide.


How to enable JavaScript (Apple Safari)

  1. Firstly open up the Apple Safari web browser on your computer
  2. Click "Safari" in the top left-hand corner and then click on "Preferences"
  3. Click on the "Security" tab at the top of the menu
  4. Under the Web content section click the checkbox for the option "Enable JavaScript"

Congratulations! You've successfully managed to enable JavaScript.


How to enable JavaScript (Brave)

  1. Firstly open up the Brave web browser on your computer
  2. In the URL address bar type in or copy and paste brave://settings/content/javascript and press the "Enter" key on your keyboard
  3. Under the "Default behaviour" section click to enable the option "Sites can use Javascript"

Nicely done! You've successfully managed to turn on JavaScript.


How to enable JavaScript (Google Chrome)

  1. Firstly open up the Google Chrome web browser on your computer
  2. In the URL address bar type in or copy and paste chrome://settings/content/javascript and press the "Enter" key on your keyboard
  3. Under the "Default behaviour" section click to enable the option "Sites can use JavaScript"

Congratulations! You've successfully managed to enable JavaScript.


How to enable JavaScript (Internet Explorer)

  1. Firstly open up the Internet Explorer web browser on your computer
  2. In the top right-hand corner of the web browser click on the "gear" icon to open the tools menu and click on the option "Internet options"
  3. Click on the "Security" tab at the top of the menu
  4. Under the header "Select a zone to view or change security settings" click on "Internet" and then click on the "Custom Level" button
  5. Scroll down towards the bottom until you find the heading "Scripting" with "Active Scripting" below it
  6. Click the "Enable" checkbox and then click on the "OK" button
  7. When the "Warning!" window pops up asking "Are you sure you want to change the settings for this zone?" click "Yes"

Well done! You've successfully managed to turn on JavaScript. I do however highly recommend switching to a more up-to-date and secure web browser such as Google Chrome to avoid even more problems when browsing the web in the future.


How to enable JavaScript (Microsoft Edge)

  1. Firstly open up the Microsoft Edge web browser on your computer
  2. In the URL address bar type in or copy and paste edge://settings/content/javascript and press the "Enter" key on your keyboard
  3. Click to enable the option that states "Allowed (recommended)"

Great job! You've successfully managed to turn on JavaScript.


How to enable JavaScript (Mozilla Firefox)

  1. Firstly open up the Mozilla Firefox web browser on your computer
  2. In the URL address bar type in or copy and paste about:config and press the "Enter" key on your keyboard
  3. You should now see a warning, click the "Accept the Risk and Continue" button
  4. In the "search preference" search bar at the top of the window type in or copy and paste javascript.enabled
  5. Click on the toggle option in the right-hand corner next to "false" and it will change the boolean to "true" enabling JavaScript

Congratulations! You've successfully managed to activate JavaScript.


How to enable JavaScript (Opera)

  1. Firstly open up the Opera web browser on your computer
  2. In the URL address bar type in or copy and paste opera://settings/content/javascript and press the "Enter" key on your keyboard
  3. Under the header "Default behaviour" click to enable the option that states "Sites can use Javascript"

Well done! You've successfully enabled JavaScript on Opera.


For website developers

Most other guides on how to enable JavaScript are outdated, taking no notice of big web browser releases such as Brave and Microsoft Edge. This is why I created this guide. Help me spread the word by adding the code below to your website so that other website developers may notice and make the switch to a more up-to-date learning resource.

<noscript>JavaScript is currently disabled in your web browser. <a href="https://turnonjs.com" title="Learn how to enable JavaScript">Turn on JavaScript</a> for full website functionality.</noscript>

Have any suggestions or wish to help translate the guide?

Contact me