Google Chrome extension - how to turn JavaScript on/off?

后端 未结 5 2098
自闭症患者
自闭症患者 2020-12-12 22:26

Is it possible to turn JavaScript on/off with a self-made Google Chrome extension?

For example, in Opera browser, there are simple possibilities t

5条回答
  •  再見小時候
    2020-12-12 22:49

    It's now possible with the ContentSettings API,
    and there is an extension named Quick Javascript Switcher that turns on/off javascript on the fly : https://github.com/maximelebreton/quick-javascript-switcher

    QJS on the Chrome Webstore : https://chrome.google.com/webstore/detail/geddoclleiomckbhadiaipdggiiccfje

    Enjoy !

    seo : disable javascript chrome extension

提交回复
热议问题