Group: Free Software Foundation/Tasks/ModifyNoScript
(Move my question to Talk, and add note so that others see that the Talk page is being used) |
(== GNU LibreJS == GNU LibreJS is the first -and currently the only- project which implements the desired behaviour. * [https://www.gnu.org/software/librejs/ GNU LibreJS homepage]) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
:''Note: a lot of discussion is taking place at [[Group talk:FSF/Tasks/ModifyNoScript]].'' | :''Note: a lot of discussion is taking place at [[Group talk:FSF/Tasks/ModifyNoScript]].'' | ||
− | == The | + | == The Task: Block non-free javascript == |
− | + | Many websites try to send non-free javascript to you when you browse them. Most web-browsers, including free software ones, automatically execute this javascript. Which leads to the problem of running non-free software without having had the choice or being aware of it. This problem is described in more detail in Richard Stallman's essay [http://www.gnu.org/philosophy/javascript-trap.html The JavaScript Trap]. | |
− | + | == GNU LibreJS == | |
− | + | GNU LibreJS is the first -and currently the only- project which implements the desired behaviour. | |
− | * | + | * [https://www.gnu.org/software/librejs/ GNU LibreJS homepage] |
− | |||
− | |||
− | + | Mailing lists: | |
− | + | * https://lists.gnu.org/mailman/listinfo/bug-librejs - main list, includes development general discussion | |
− | + | * https://lists.gnu.org/mailman/listinfo/help-librejs - includes user discussion | |
− | + | * http://lduros.net/cgi-bin/mailman/listinfo/librejs - Old, no longer used | |
− | |||
− | |||
− | |||
− | |||
− | |||
== Interested parties == | == Interested parties == | ||
Line 27: | Line 20: | ||
(Add your name, perhaps a link to your userpage) and some way for people to contact you. | (Add your name, perhaps a link to your userpage) and some way for people to contact you. | ||
− | [[User:lduros]] lduros[at]member[dot]fsf[dot]org | + | # '''[[User:lduros]]''' lduros[at]member[dot]fsf[dot]org |
+ | # '''[[User:nvjacobo]]''' jacobo[at]gnu[dot]org | ||
+ | # '''Caz Downing-Bryant''' [[User:Vonkow/Profile]] caz[at]vonkow[dot]webfactional[dot]com | ||
+ | # '''dmonhntr''' kt54speed \\ at \\ ymail \\ dot \\ com | ||
+ | # '''Ben''' [dh]{at}[fsf]{dot}[com] | ||
+ | # '''Luisvega''' vega{at}member{dot}fsf{dot}org | ||
+ | # '''EduardoFreitas''' eduardofilipef [at] gmail [dot] com | ||
+ | # '''Esetzer''' use email address at top of [http://eliot-setzer.ni.yoru.to/resume/0.xhtml my resume] | ||
− | + | ==Navigating the NoScript source code== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | ||
You can download the source code of noscript here: | You can download the source code of noscript here: | ||
Line 55: | Line 38: | ||
(RequestWatchdog.js seems to be the file that checks requests, and may be the one that we need to modify -Caz) | (RequestWatchdog.js seems to be the file that checks requests, and may be the one that we need to modify -Caz) | ||
− | |||
==dmonhntr's Modified NoScript== | ==dmonhntr's Modified NoScript== |
Latest revision as of 14:36, 31 December 2012
- Note: a lot of discussion is taking place at Group talk:FSF/Tasks/ModifyNoScript.
Contents
The Task: Block non-free javascript
Many websites try to send non-free javascript to you when you browse them. Most web-browsers, including free software ones, automatically execute this javascript. Which leads to the problem of running non-free software without having had the choice or being aware of it. This problem is described in more detail in Richard Stallman's essay The JavaScript Trap.
GNU LibreJS
GNU LibreJS is the first -and currently the only- project which implements the desired behaviour.
Mailing lists:
- https://lists.gnu.org/mailman/listinfo/bug-librejs - main list, includes development general discussion
- https://lists.gnu.org/mailman/listinfo/help-librejs - includes user discussion
- http://lduros.net/cgi-bin/mailman/listinfo/librejs - Old, no longer used
Interested parties
(Add your name, perhaps a link to your userpage) and some way for people to contact you.
- User:lduros lduros[at]member[dot]fsf[dot]org
- User:nvjacobo jacobo[at]gnu[dot]org
- Caz Downing-Bryant User:Vonkow/Profile caz[at]vonkow[dot]webfactional[dot]com
- dmonhntr kt54speed \\ at \\ ymail \\ dot \\ com
- Ben [dh]{at}[fsf]{dot}[com]
- Luisvega vega{at}member{dot}fsf{dot}org
- EduardoFreitas eduardofilipef [at] gmail [dot] com
- Esetzer use email address at top of my resume
Navigating the NoScript source code
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)
dmonhntr's Modified NoScript
- http://webpages.charter.net/kidzplay/NoScript/FreeScript/freescript%20v0.2.0b.xpi (updated 14:36, 9 September 2011 (EDT))
dmonhntr's Test Page:
dmonhntr's Trivialness Script:
If you have any questions about the dmonhntr stuff above, just email me (dmonhntr) at address above.