How To Install Scripts In Various Browsers

First off, scripts are different from browsers extension/add-ons. These are independent of the browser and the same file works on all the browsers. But installing scripts is a bit harder than browser extensions. This is because scripts don’t have to follow any guidelines and never go through any tests by anyone, and this is why they can negatively affect your browser or breach security. For these reasons most browsers don’t allow installation of scripts straightaway.

Installing Scripts In Google Chrome

Open the folder with the script you have created or downloaded from the internet. Now navigate to “chrome://extensions/” from your address bar and tick the check-box next to Developer mode.

Now from the folder containing your script file, click and drag the script file and drop it inside Chrome. Chrome will show the permissions required by the script and with an option to install the script. Click the install button to finish installing the script.

You can also install Tampermonkey to install and update scripts on Chrome. Tampermonkey makes it really easy to handle and edit all the scripts at one place.

Installing Scripts In Mozilla Firefox

You need to install Greasemonkey add-on to install scripts in Firefox. Go to this link to install it from Mozilla add-on page.

Then go to any website that distributes scripts, my favourite is userscripts.org, and then install the script.

Installing Scripts In Opera

Opera provides a simple way to use scripts. You need to add all the scripts you want to install in a folder and then tell Opera to use that folder.

In Opera, navigate to ” Tools > Preferences > Advanced > Content > JavaScript Options… “. Now here you get an option to choose the folder you want to load scripts from. Choose the folder with all the scripts you want to load in Opera.

NOTE Your JavaScript file needs to end with “.user.js” if it uses Greasemonkey notation.

Related Post