aboutsummaryrefslogtreecommitdiff
path: root/html/display_panel/content/main_panel.js
Commit message (Collapse)AuthorAgeFilesLines
* nop whitespace formatting change.Yuchen Pei2022-04-071-63/+63
| | | | | | | | - ran eglot-format using typescript-language-server on all js files in the repo except those under /hash_script/ - verify only whitespace changed: git diff --word-diff-regex=. 62d6a71 62d6a71~1
* Merge #39 `Add permanent reload button in the popup UI (in the "whole site" ↵Ruben Rodriguez2019-04-291-2/+3
|\ | | | | | | information line).`
| * Add permanent reload button in the popup UI (in the "whole site" information ↵hackademix2019-04-081-2/+3
| | | | | | | | line).
* | More consistent and efficient blacklisting.hackademix2019-04-121-5/+10
| |
* | Fixed UI inconsistencies when whitelisting/blacklisting through wide ↵hackademix2019-04-081-2/+11
| | | | | | | | wildcard matching.
* | Subdomain wildcard support.hackademix2019-03-261-1/+5
|/
* Fixed inline whitelisting regressions (issue #35).hackademix2019-03-051-2/+2
|
* Cosmetic changes to the inline code viewer toggle button.hackademix2019-02-251-1/+10
|
* Deduplicate inline scripts and provide widgets to show them in main UI.hackademix2019-02-221-1/+10
|
* Fixed regression hiding some inline scripts and global license ref from UI ↵hackademix2019-02-131-1/+1
| | | | reports.
* UI: contextual view-source links for inline scripts and intrinsic events.hackademix2019-02-121-0/+5
|
* Jasmine-based automated tests suite.hackademix2018-10-021-0/+12
|
* Brand new general settings page for white/black list management and other ↵hackademix2018-09-131-11/+16
| | | | preferences.
* Fixes missing feedback for actions on the report UI when opened in a tab.hackademix2018-09-021-1/+1
|
* Fixes missing feedback on tab reload from UI panel.hackademix2018-09-021-0/+1
|
* Removed some debugging noise.hackademix2018-08-071-2/+1
|
* UI rewrite for better responsiveness, simplicity and ease of CSS styling.hackademix2018-08-061-208/+133
|
* Temporarily display back hidden old UI elements to demonstrate ↵hackademix2018-07-311-5/+4
| | | | whitelisting/backlisting bug fixes.
* Display actual extension version number in UIhackademix2018-07-291-1/+2
|
* Set dbg_print() on main_panel.js and clean default outputRuben Rodriguez2018-05-111-2/+14
|
* Hide per-script action buttons until functionality worksRuben Rodriguez2018-05-031-3/+3
|
* Fixes to the CSS plus showing links instead of hashesRuben Rodriguez2018-04-271-5/+25
|
* Moved data to seperate filesNateN12222018-03-171-2/+2
|
* removed unused data, various small tweaksNateN12222018-03-031-6/+4
|
* removed debug buttons from blocked scripts display screenNateN12222017-10-221-3/+3
|
* Implemented buttons in context menu, improved options screen, added window ↵NateN12222017-09-091-5/+6
| | | | to the list of nontrivial objects
* fixed CSS bug (button clipping for script entries)NateN12222017-08-311-3/+3
|
* Made the blacklist/whitelist/forget preference buttons in the GUI workNateN12222017-08-301-3/+3
|
* added graphical output to contact finderNateN12222017-08-181-2/+0
|
* Fixed display panel bug, imlpemented more parts of eval_test.jsNateN12222017-08-141-2/+9
|
* UI improvements, started a file for the JS evaluationNateN12222017-08-121-12/+29
|
* Started to implement the buttons in the pop-up and the "open in new tab" optionNateN12222017-08-101-9/+37
|
* Started contact finder, added a way to check if a domain is whitelisted in ↵NateN12222017-08-061-0/+1
| | | | the settings
* Made the browser action UI betterNateN12222017-08-031-8/+5
|
* Rewrote main_panel.js, added debugging tools, started implementing the ↵NateN12222017-08-021-52/+116
| | | | blacklist/whitelist system
* Added a way to send a message that updates the whitelisted scripts of a ↵NateN12222017-08-011-1/+2
| | | | given domain from the browser action content script
* UI improvements, removed ES6 'for ... of' statementsNateN12222017-08-011-5/+14
|
* Changed browser action UINateN12222017-07-301-8/+6
|
* Initial commitNateN12222017-07-281-0/+96