aboutsummaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* fixing a bug introduced in 136cb7354a7.Yuchen Pei2022-09-231-4/+10
| | | | | | - the base url of the weblabel page should be the its own url unless set. otherwise the content script may use the url of the current page that references the weblabels page.
* refactor editHtmlYuchen Pei2022-09-221-1/+1
|
* clean up external license checking a bitYuchen Pei2022-09-221-1/+12
|
* Updating copyright to files touched in the previous commits.Yuchen Pei2022-09-201-0/+1
|
* Clean up externalLicenseChecker.jsYuchen Pei2022-07-281-29/+21
| | | | Tests still pass
* A different fix to the problemYuchen Pei2022-07-281-193/+191
| | | | | | | from ... to (() => {...})(); this way no need to worry about const redefinition.
* fixing side effects of constYuchen Pei2022-07-281-69/+75
| | | | | | same script may be loaded twice, in which case consts would be redefined and fail silently, which is why the contact finder frame no longer appeared twice, which is fixed in this commit
* simplify close listeners in contact finderYuchen Pei2022-07-281-14/+3
|
* revise the contact finder dialogYuchen Pei2022-07-271-14/+30
| | | | | | | - showing top 5 contact links for guessing - remove direct innerHTML assignment and insertAdjacentHTML which are both bases of mozilla warnings - improve readability of the code
* refactor final to limit number of contact links foundYuchen Pei2022-07-271-18/+10
|
* fixing link harvesting in contact finder.Yuchen Pei2022-07-271-6/+4
|
* fixing email template of contact finderYuchen Pei2022-07-271-1/+1
|
* further linting and fixes of contact finderYuchen Pei2022-07-271-40/+40
|
* fixing some bugs introduced in the previous commit.Yuchen Pei2022-07-271-6/+7
| | | | also corrected a typo
* cleaning up contactFinder.jsYuchen Pei2022-07-261-120/+53
| | | | | | | - eliminating all var and let - simplify code - unit tests all pass - pending real usage test and adding unit tests on contact finder elements
* fixing some mozilla validation warnings when uploading the extensionYuchen Pei2022-07-221-1/+1
|
* 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