OneBite.Dev - Coding blog in a bite size

turn off javascript on tor

Code snippet for how to how to turn off javascript on tor with sample and detail explanation

When navigating the internet, sometimes you may want to turn off Javascript to maximize your privacy or for troubleshooting. Here is a simple guide on how to turn off Javascript in the Tor browser.

Turning Off Javascript in Tor

Step 1: To turn off Javascript on Tor, open the Tor browser on your device.

Step 2: At the top right hand side of the browser window, you should see three horizontal lines. Click on them to open a drop down menu.

Step 3: In the drop down menu, click on “Options”.

Step 4: Once the Options tab opens, click on “Privacy & Security” section.

Step 5: In this section, look for “Content Blocking”. Under this option, you’ll find the “Custom” option. Click on it.

Step 6: After you have clicked on the “Custom” option, you will view several options to disable features. Check the box next to “Disable Javascript”.

Step 7: Finally, close the Options tab. You have now successfully turned off the Javascript.

Code Explanation for Turning Off Javascript in Tor

The steps described above navigate you through the Tor browser settings to aid in disabling Javascript.

In step 1, you open the Tor web browser. Tor, derived from “The Onion Router,” is a service that enables anonymous communication and browsing.

Step 2 involves opening the browser’s main menu where you can adjust settings.

Step 3, you’re directed to the “Options” tab of the menu, which provides various setting options for the Tor browser.

In step 4, you navigate to the “Privacy & Security” section where controls related to webpage contents are found.

Step 5 and 6 guide you to the specific “Content Blocking” section where you can customize the web features you want Tor to block, including Javascript.

Step 7 finalizes the process by closing the now-adjusted settings tab. Upon executing these steps, your Tor browser will be adapted to browser without executing Javascript. This could improve your anonymity online by blocking certain tracking scripts. It’s important to note that some web pages may not display or operate correctly without Javascript.

javascript