aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to inline script evaluationNateN12222017-09-241-20/+25
|
* Improvements to inline script evaluationNateN12222017-09-231-27/+30
|
* Started implementing the editing of scripts within a pages HTML. now ↵NateN12222017-09-221-93/+151
| | | | requires firefox 57+ to run
* Implemented buttons in context menu, improved options screen, added window ↵NateN12222017-09-091-8/+62
| | | | to the list of nontrivial objects
* Implemented a default whitelistNateN12222017-09-031-2/+25
|
* whitelist/blacklist now depends solely on the scripts hashNateN12222017-09-031-17/+60
|
* Contact founder now generates "mailto:" linksNateN12222017-09-021-4/+12
|
* Added a crypto library, implemented hash based storage of scriptsNateN12222017-08-311-19/+84
|
* Made the blacklist/whitelist/forget preference buttons in the GUI workNateN12222017-08-301-52/+147
|
* Fixed the script editing code so it actually blocks what it says it blocksNateN12222017-08-301-101/+101
|
* Popup now displays evaluation dataNateN12222017-08-291-27/+361
|
* Can now edit scripts on Firefox but not ChromeNateN12222017-08-281-90/+76
|
* Started implementing a way to change the content of script requestsNateN12222017-08-271-0/+135
|
* Fixed display panel bug, imlpemented more parts of eval_test.jsNateN12222017-08-141-43/+12
|
* Started implementing a version of the JS parsing as a content scriptNateN12222017-08-121-2/+27
|
* UI improvements, started a file for the JS evaluationNateN12222017-08-121-1/+10
|
* Started to implement the buttons in the pop-up and the "open in new tab" optionNateN12222017-08-101-8/+22
|
* Started contact finder, added a way to check if a domain is whitelisted in ↵NateN12222017-08-061-3/+71
| | | | the settings
* Made the browser action UI betterNateN12222017-08-031-111/+157
|
* Rewrote main_panel.js, added debugging tools, started implementing the ↵NateN12222017-08-021-34/+68
| | | | blacklist/whitelist system
* Added a way to send a message that updates the whitelisted scripts of a ↵NateN12222017-08-011-23/+95
| | | | given domain from the browser action content script
* UI improvements, removed ES6 'for ... of' statementsNateN12222017-08-011-2/+13
|
* Initial commitNateN12222017-07-281-0/+161