welcome: please sign in

Redirected from page "Noscript"

Clear message
location: NoScript

The NoScript extension provides selective execution of JavaScript and plug-in code based on a whitelist. NoScript partially works with Conkeror (handling of <embedded>-tags (flash uses this) do not work). Conkeror comes with a glue code module for noscript that provides some basic commands to use the extension. To activate it, put this in your rc:

require("noscript");

After performing the above require, a function M-x ns-toggle-temp is defined, which will enable/disable javascript for the current site/page after prompting for confirmation.

Version Notes

Version 2.5.9rc2

It is necessary both to add a conkeror entry to install.rdf, and to delete the META-INF directory, as described in Extensions.

Version 2.6.5

Conkeror's noscript.js is apparently not compatible with NoScript 2.6.5. See issue441

Version 2.6.9.22

NoScript 2.6.9.22 seems to work fine with Conkeror 1.0pre1 in Debian Jessie, where it is run on top of Firefox (called Iceweasel in Debian) instead of XULrunner. The only challenge is getting Conkeror to install NoScript, but this can be brute forced by editing Conkeror's application.ini manifest (/usr/share/conkeror/application.ini) so that it identifies itself as Firefox (changing the ID to ec8030f7-c20a-464f-9b0e-13a3a9e97384 and version to 31.6.0). Once that's done, download the NoScript xpi and visit the file in Conkeror to install it.

Conkeror.org: NoScript (last edited 2015-04-28 17:55:26 by JDoe)