aboutsummaryrefslogtreecommitdiff
path: root/content/externalLicenseChecker.js
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
* nop whitespace formatting change.Yuchen Pei2022-04-071-12/+12
| | | | | | | | - 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
|
* Match WebLabels by label rather than by canonical URL.hackademix2018-09-251-12/+17
|
* 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