Group: Free Software Foundation/Tasks/ModifyNoScript
(==Info== You can download the source code of noscript here: * https://addons.mozilla.org/en-US/firefox/downloads/latest/722/addon-722-latest.xpi It seems to be written in javascript, and the majori) |
(→Info) |
||
| Line 20: | Line 20: | ||
It seems to be written in javascript, and the majority of the code is in a zip-file called ''noscript.jar'' in the "chrome" directory. | It seems to be written in javascript, and the majority of the code is in a zip-file called ''noscript.jar'' in the "chrome" directory. | ||
| + | |||
| + | (RequestWatchdog.js seems to be the file that checks requests, and may be the one that we need to modify -Caz) | ||
Revision as of 13:32, 22 July 2010
The task
Interested parties
(Add your name, perhaps a link to your userpage) and some way for people to contact you.
User:nvjacobo jacobo[at]gnu[dot]org
Caz Downing-Bryant User:Vonkow/Profile caz[at]vonkow[dot]webfactional[dot]com
Edit: Moved thoughts to discussion page -Caz
Info
You can download the source code of noscript here:
It seems to be written in javascript, and the majority of the code is in a zip-file called noscript.jar in the "chrome" directory.
(RequestWatchdog.js seems to be the file that checks requests, and may be the one that we need to modify -Caz)