Sometime, we really need to disable javascript on some website for security issue. Java script is not as secure as we think, on my personal perspective, javascript born with some vulnerability that will cause our browser leak of personal information and causing some serious security issue.
Here i demonstrate how to enable and disable javascript on web browser.
1) How to disable javascript on Internet Explorer (IE).
P.S Microsoft calls its JavaScript interpreter “ActiveScript” in Internet Explorer.
1) Open Internet Explorer (IE)
2) Click Tools – Internet Optios
3) Click Security Tab – custom level
4) Scroll down to Active Scripting and click disable
5) Apply it.
2) How to disable javascript on Firefox.
1) Open Firefox
2) Click Tools – Options
3) Click Content tab, un-ckeck “enable java script”
4) Apply it
3) How to disable javascript on Google Chrome.
1) Right Google Chrome shortcut icon choose Properties.
2) In the target field, append “-disable-java” at the end of execute path
"C:\Documents and Settings\Administrator.SNAKE\Local Settings\Application Data\ Google\Chrome\Application\chrome.exe" -disable-javascript
P.S Well, be careful, if you disable javascript on web browser, some of the website is not working well, because a lot website is depend on javascript function.





