aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize comment styles for @license matching at license_read(), and avoid ...Ruben Rodriguez2018-05-111-1/+5
* Enable legacy license matching and hash whitelist matching at license_read()Ruben Rodriguez2018-05-111-0/+7
* HACK: do not process non-html documents in read_documentRuben Rodriguez2018-05-031-1/+5
* Always clear unused_data[tabid] before script evaluationRuben Rodriguez2018-05-031-6/+1
* Use multi-part fetch mechanism for read_scriptRuben Rodriguez2018-05-031-2/+6
* Do not run license_read on whitelisted scriptsRuben Rodriguez2018-05-031-2/+4
* Evaluate the original script, not the mangled copy for reserved access evalua...Ruben Rodriguez2018-05-031-2/+2
* Fixes to the CSS plus showing links instead of hashesRuben Rodriguez2018-04-271-9/+10
* Fixed failed license recognition bug for script declarations with magnet linksNateN12222018-03-261-5/+15
* began to implement old declaration methodNateN12222018-03-261-20/+15
* Improved automatic whitelist system with a new script to handle generating/in...NateN12222018-03-171-1/+6
* Moved data to seperate filesNateN12222018-03-171-924/+3
* Added a system to declare the license of intrinsic events on a pageNateN12222018-03-041-29/+78
* fixed merge conflictNateN12222018-03-031-26/+22
|\
| * make return vals consistentbill-auger2018-03-011-26/+20
* | removed unused data, various small tweaksNateN12222018-03-031-35/+23
|/
* Made all onBeforeRequest listeners cancel requests to Google Analytics URLsNateN12222018-02-041-14/+35
* Created a basic build script mostly to serve as an example of what filesNateN12222018-01-271-1/+1
* Added pre-request blocking for Google Analytics so that Google cannot registerNateN12222018-01-271-4/+39
* cleaned up source and added license infoNateN12222017-10-281-16/+35
* Minor changes for release on mozilla addon storeNateN12222017-10-281-8/+8
* removed debug buttons from blocked scripts display screenNateN12222017-10-221-75/+75
* New approach to evaluationNateN12222017-10-211-133/+136
* Better JSON generation pageNateN12222017-10-191-81/+961
* Made a debugging page for the evaluation codeNateN12222017-10-111-12/+17
* partially implemented full triviality testNateN12222017-10-081-11/+102
* Broke up the main file and fixed the bug causing the page to get corruptedNateN12222017-10-071-114/+72
* Added page status indicator, made page script data get deleted when it become...NateN12222017-10-011-106/+82
* improvements to HTML script extractionNateN12222017-09-301-16/+116
* 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 requires...NateN12222017-09-221-93/+151
* Implemented buttons in context menu, improved options screen, added window to...NateN12222017-09-091-8/+62
* 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 th...NateN12222017-08-061-3/+71
* Made the browser action UI betterNateN12222017-08-031-111/+157
* Rewrote main_panel.js, added debugging tools, started implementing the blackl...NateN12222017-08-021-34/+68
* Added a way to send a message that updates the whitelisted scripts of a given...NateN12222017-08-011-23/+95