| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not run license_read on whitelisted scripts | Ruben Rodriguez | 2018-05-03 | 1 | -2/+4 |
* | Evaluate the original script, not the mangled copy for reserved access evalua... | Ruben Rodriguez | 2018-05-03 | 1 | -2/+2 |
* | Fixes to the CSS plus showing links instead of hashes | Ruben Rodriguez | 2018-04-27 | 1 | -9/+10 |
* | Fixed failed license recognition bug for script declarations with magnet links | NateN1222 | 2018-03-26 | 1 | -5/+15 |
* | began to implement old declaration method | NateN1222 | 2018-03-26 | 1 | -20/+15 |
* | Improved automatic whitelist system with a new script to handle generating/in... | NateN1222 | 2018-03-17 | 1 | -1/+6 |
* | Moved data to seperate files | NateN1222 | 2018-03-17 | 1 | -924/+3 |
* | Added a system to declare the license of intrinsic events on a page | NateN1222 | 2018-03-04 | 1 | -29/+78 |
* | fixed merge conflict | NateN1222 | 2018-03-03 | 1 | -26/+22 |
|\ |
|
| * | make return vals consistent | bill-auger | 2018-03-01 | 1 | -26/+20 |
* | | removed unused data, various small tweaks | NateN1222 | 2018-03-03 | 1 | -35/+23 |
|/ |
|
* | Made all onBeforeRequest listeners cancel requests to Google Analytics URLs | NateN1222 | 2018-02-04 | 1 | -14/+35 |
* | Created a basic build script mostly to serve as an example of what files | NateN1222 | 2018-01-27 | 1 | -1/+1 |
* | Added pre-request blocking for Google Analytics so that Google cannot register | NateN1222 | 2018-01-27 | 1 | -4/+39 |
* | cleaned up source and added license info | NateN1222 | 2017-10-28 | 1 | -16/+35 |
* | Minor changes for release on mozilla addon store | NateN1222 | 2017-10-28 | 1 | -8/+8 |
* | removed debug buttons from blocked scripts display screen | NateN1222 | 2017-10-22 | 1 | -75/+75 |
* | New approach to evaluation | NateN1222 | 2017-10-21 | 1 | -133/+136 |
* | Better JSON generation page | NateN1222 | 2017-10-19 | 1 | -81/+961 |
* | Made a debugging page for the evaluation code | NateN1222 | 2017-10-11 | 1 | -12/+17 |
* | 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 | 1 | -114/+72 |
* | Added page status indicator, made page script data get deleted when it become... | NateN1222 | 2017-10-01 | 1 | -106/+82 |
* | 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 | 1 | -8/+62 |
* | Implemented a default whitelist | NateN1222 | 2017-09-03 | 1 | -2/+25 |
* | 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 | 1 | -4/+12 |
* | 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 | 1 | -52/+147 |
* | Fixed the script editing code so it actually blocks what it says it blocks | NateN1222 | 2017-08-30 | 1 | -101/+101 |
* | Popup now displays evaluation data | NateN1222 | 2017-08-29 | 1 | -27/+361 |
* | Can now edit scripts on Firefox but not Chrome | NateN1222 | 2017-08-28 | 1 | -90/+76 |
* | Started implementing a way to change the content of script requests | NateN1222 | 2017-08-27 | 1 | -0/+135 |
* | Fixed display panel bug, imlpemented more parts of eval_test.js | NateN1222 | 2017-08-14 | 1 | -43/+12 |
* | Started implementing a version of the JS parsing as a content script | NateN1222 | 2017-08-12 | 1 | -2/+27 |
* | UI improvements, started a file for the JS evaluation | NateN1222 | 2017-08-12 | 1 | -1/+10 |
* | Started to implement the buttons in the pop-up and the "open in new tab" option | NateN1222 | 2017-08-10 | 1 | -8/+22 |
* | Started contact finder, added a way to check if a domain is whitelisted in th... | NateN1222 | 2017-08-06 | 1 | -3/+71 |
* | Made the browser action UI better | NateN1222 | 2017-08-03 | 1 | -111/+157 |
* | Rewrote main_panel.js, added debugging tools, started implementing the blackl... | NateN1222 | 2017-08-02 | 1 | -34/+68 |
* | Added a way to send a message that updates the whitelisted scripts of a given... | NateN1222 | 2017-08-01 | 1 | -23/+95 |
* | UI improvements, removed ES6 'for ... of' statements | NateN1222 | 2017-08-01 | 1 | -2/+13 |
* | Initial commit | NateN1222 | 2017-07-28 | 1 | -0/+161 |