| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added pre-request blocking for Google Analytics so that Google cannot register | NateN1222 | 2018-01-27 | 3 | -9/+79 |
* | updated manifest.json strict-min-version key to firefox 57 | NateN1222 | 2017-11-05 | 1 | -2/+2 |
* | cleaned up source and added license info | NateN1222 | 2017-10-28 | 13 | -33/+801 |
* | Minor changes for release on mozilla addon store | NateN1222 | 2017-10-28 | 4 | -57/+103 |
* | removed debug buttons from blocked scripts display screen | NateN1222 | 2017-10-22 | 6 | -220/+8012 |
* | New approach to evaluation | NateN1222 | 2017-10-21 | 2 | -271/+233 |
* | Better JSON generation page | NateN1222 | 2017-10-19 | 4 | -212/+2954 |
* | Made a debug page for the nontrivial/trivial list and improved code evaluation | NateN1222 | 2017-10-15 | 3 | -18/+131 |
* | work on evaluation code | NateN1222 | 2017-10-14 | 1 | -58/+78 |
* | Made a debugging page for the evaluation code | NateN1222 | 2017-10-11 | 3 | -12/+5763 |
* | changed readme | NateN1222 | 2017-10-08 | 1 | -2/+16 |
* | partially implemented full triviality test | NateN1222 | 2017-10-08 | 1 | -11/+102 |
* | Broke up the main file and fixed the bug causing the page to get corrupted | NateN1222 | 2017-10-07 | 5 | -664/+73 |
* | Added page status indicator, made page script data get deleted when it become... | NateN1222 | 2017-10-01 | 2 | -107/+83 |
* | improvements to HTML script extraction | NateN1222 | 2017-09-30 | 1 | -16/+116 |
* | Changes to inline script evaluation | NateN1222 | 2017-09-24 | 1 | -20/+25 |
* | Improvements to inline script evaluation | NateN1222 | 2017-09-23 | 1 | -27/+30 |
* | Started implementing the editing of scripts within a pages HTML. now requires... | NateN1222 | 2017-09-22 | 1 | -93/+151 |
* | Implemented buttons in context menu, improved options screen, added window to... | NateN1222 | 2017-09-09 | 4 | -16/+95 |
* | Implemented a default whitelist | NateN1222 | 2017-09-03 | 63 | -2/+9687 |
* | whitelist/blacklist now depends solely on the scripts hash | NateN1222 | 2017-09-03 | 1 | -17/+60 |
* | Contact founder now generates "mailto:" links | NateN1222 | 2017-09-02 | 2 | -19/+88 |
* | fixed CSS bug (button clipping for script entries) | NateN1222 | 2017-08-31 | 1 | -3/+3 |
* | Added a crypto library, implemented hash based storage of scripts | NateN1222 | 2017-08-31 | 1 | -19/+84 |
* | Made the blacklist/whitelist/forget preference buttons in the GUI work | NateN1222 | 2017-08-30 | 3 | -59/+158 |
* | Fixed the script editing code so it actually blocks what it says it blocks | NateN1222 | 2017-08-30 | 2 | -102/+101 |
* | Popup now displays evaluation data | NateN1222 | 2017-08-29 | 2 | -42/+365 |
* | Can now edit scripts on Firefox but not Chrome | NateN1222 | 2017-08-28 | 3 | -98/+78 |
* | Started implementing a way to change the content of script requests | NateN1222 | 2017-08-27 | 2 | -2/+138 |
* | Implemented basic script evaluation | NateN1222 | 2017-08-24 | 1 | -50/+73 |
* | fixed minor syntax errors | NateN1222 | 2017-08-23 | 1 | -17/+26 |
* | Made eval_test.js actually edit the page with its results | NateN1222 | 2017-08-23 | 1 | -294/+329 |
* | fixed the code to get the source of a script from another location | NateN1222 | 2017-08-21 | 1 | -35/+66 |
* | Implemented parsing and individual editing of @license tags | NateN1222 | 2017-08-20 | 2 | -52/+123 |
* | added graphical output to contact finder | NateN1222 | 2017-08-18 | 4 | -65/+46 |
* | Improved license evaluation script | NateN1222 | 2017-08-17 | 1 | -50/+117 |
* | Fixed display panel bug, imlpemented more parts of eval_test.js | NateN1222 | 2017-08-14 | 4 | -81/+185 |
* | Started implementing a version of the JS parsing as a content script | NateN1222 | 2017-08-12 | 3 | -40/+129 |
* | UI improvements, started a file for the JS evaluation | NateN1222 | 2017-08-12 | 4 | -16/+215 |
* | Started to implement the buttons in the pop-up and the "open in new tab" option | NateN1222 | 2017-08-10 | 5 | -41/+67 |
* | started to implemented the regexes from the current LibreJS in the contact fi... | NateN1222 | 2017-08-07 | 1 | -2/+2 |
* | started to implemented the regexes from the current LibreJS into the contact ... | NateN1222 | 2017-08-07 | 1 | -29/+193 |
* | Started contact finder, added a way to check if a domain is whitelisted in th... | NateN1222 | 2017-08-06 | 3 | -3/+150 |
* | Bumps version to 7.0 | zachwick | 2017-08-04 | 2 | -2/+2 |
* | Made the browser action UI better | NateN1222 | 2017-08-03 | 2 | -119/+162 |
* | Rewrote main_panel.js, added debugging tools, started implementing the blackl... | NateN1222 | 2017-08-02 | 3 | -96/+193 |
* | Added a way to send a message that updates the whitelisted scripts of a given... | NateN1222 | 2017-08-01 | 2 | -24/+97 |
* | UI improvements, removed ES6 'for ... of' statements | NateN1222 | 2017-08-01 | 2 | -7/+27 |
* | Changed browser action UI | NateN1222 | 2017-07-30 | 3 | -10/+9 |
* | Created readme | Nate Nichols | 2017-07-28 | 1 | -0/+9 |