Google-chrome – Disable Javascript for certain page in Chrome

google-chromejavascript

In chrome, there is an option under Settings to disable javascript, and it is possible to manage on which sites you want to disable it.

But is it possible to enable or disable javascript on page granularity?

For example, javascript on mysite.com should be on, but should be off on mysite.com/subpage.php?id=**.

Best Answer

Menu -> Settings -> Content settings(Under Privacy) -> Manage exceptions(Under Javascript) change behavior to "Block" and add url mysite.com/subpage.php

Related Question