WATCH LIVE CRICKET


Saturday, September 27, 2014

How To Enable Or Disable JavaScript?

the current version of Chrome (v0.4.154.23) there is no way to disable/enable JavaScript 'on the fly' as you can do with other browsers by changing a simple setting in its Options panel, etc.
In order to disable JavaScript for Google Chrome:
  1. First close any open Chrome windows.
  2. Right click on a blank area of your Desktop.
  3. Select New.
  4. Create a new Shortcut with the following in the "Type the location of the item:" text box:
    For Windows Vista:
       %userprofile%\Local\Google\Chrome\Application\chrome.exe -disable-javascript
    For Windows XP:
       "%userprofile%\Local Settings\Application Data\Google\chrome.exe" -disable-javascript
    Note: You'll have to enclose the file path for Windows XP in quotes due to there being spaces in it.
    (Enter the appropriate file path for your Windows version from the above examples.)
  5. Enter a name for the Shortcut such as; Chrome - No JavaScript (it can any name that you want to use).
  6. Click Finish.
  7. Move the Shortcut to a location of your choice if you do not want to keep in on your Desktop.
In order to enable JavaScript for Google Chrome again after opening it using the above Shortcut:
  1. First close any open Chrome windows.
  2. Open Chrome using any of the default Shortcuts that were installed during the installation process.

No comments:

Post a Comment