aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* fixing complaint dialog close bugYuchen Pei2022-04-291-1/+1
| | | | - https://lists.gnu.org/archive/html/bug-librejs/2021-09/msg00002.html
* nop whitespace formatting change.Yuchen Pei2022-04-072-169/+167
| | | | | | | | - 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
* Fixed Array.map is not a functionRuben Rodriguez2020-03-301-1/+1
|
* Match scripts to weblabels also without query strings.hackademix2018-10-021-1/+1
|
* Merge #21 `Match WebLabels by label rather than by canonical URL.`Ruben Rodriguez2018-09-261-12/+17
|\
| * Match WebLabels by label rather than by canonical URL.hackademix2018-09-251-12/+17
| |
* | Improved and partially refactored floating dialog.hackademix2018-09-264-105/+203
| |
* | Contact finder / complaint UI overhaul.hackademix2018-09-181-79/+75
| |
* | Initial refactoring and unhiding of contact finder / complaint UI.hackademix2018-09-182-0/+353
|/
* Fixed weblabels not being checked in whitelisted documents unless they ↵hackademix2018-09-021-12/+11
| | | | precede scripts.
* Moved external licenses check into response pre-processing, in order to ↵hackademix2018-09-011-2/+6
| | | | avoid filterResponse() as much as possible (fixing issue #11)
* WebLabels-based license checking implementation.hackademix2018-08-201-0/+87