Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing a bug introduced in 136cb7354a7. | Yuchen Pei | 2022-09-23 | 1 | -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 editHtml | Yuchen Pei | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | clean up external license checking a bit | Yuchen Pei | 2022-09-22 | 1 | -1/+12 |
| | |||||
* | Updating copyright to files touched in the previous commits. | Yuchen Pei | 2022-09-20 | 1 | -0/+1 |
| | |||||
* | Clean up externalLicenseChecker.js | Yuchen Pei | 2022-07-28 | 1 | -29/+21 |
| | | | | Tests still pass | ||||
* | nop whitespace formatting change. | Yuchen Pei | 2022-04-07 | 1 | -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 function | Ruben Rodriguez | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | Match scripts to weblabels also without query strings. | hackademix | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Match WebLabels by label rather than by canonical URL. | hackademix | 2018-09-25 | 1 | -12/+17 |
| | |||||
* | Fixed weblabels not being checked in whitelisted documents unless they ↵ | hackademix | 2018-09-02 | 1 | -12/+11 |
| | | | | precede scripts. | ||||
* | Moved external licenses check into response pre-processing, in order to ↵ | hackademix | 2018-09-01 | 1 | -2/+6 |
| | | | | avoid filterResponse() as much as possible (fixing issue #11) | ||||
* | WebLabels-based license checking implementation. | hackademix | 2018-08-20 | 1 | -0/+87 |