diff options
author | mmble <[email protected]> | 2020-09-07 17:36:42 +0200 |
---|---|---|
committer | mmble <[email protected]> | 2020-09-07 17:36:42 +0200 |
commit | 508553b2e1c0a53a36a1f47035a30b424cd44650 (patch) | |
tree | 946106b2b8174708eae08e870aa2b2762b5c490d /README.md | |
parent | 82815ca6bad7fe7ca376012d025f2d29b27df64d (diff) | |
parent | 39bf141e79fa3e03487834ec1533d4d61f4850cc (diff) | |
download | SponsorBlock-508553b2e1c0a53a36a1f47035a30b424cd44650.tar.gz SponsorBlock-508553b2e1c0a53a36a1f47035a30b424cd44650.zip |
Merge branch 'master' of github.com:ajayyy/SponsorBlock
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -77,6 +77,18 @@ The result is in `dist`. This can be loaded as an unpacked extension Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). Known chromium bug: Extension is not loaded properly on first start. Visit `chrome://extensions/` and reload the extension. + +### Attribution Generation + +If you contribute and add a dependency, update the attribution file using the following steps: + +Make sure the attribution generator is installed: `npm i -g oss-attribution-generator` + +```bash +generate-attribution +mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt +``` + # Credit The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) was previously used. @@ -86,4 +98,4 @@ Originally forked from [YTSponsorSkip](https://github.com/NDevTK/YTSponsorSkip), Icons made by: * <a href="https://www.flaticon.com/authors/gregor-cresnar" title="Gregor Cresnar">Gregor Cresnar</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> * <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> -* <a href="https://iconmonstr.com/about/#creator">Alexander Kahlkopf</a> from <a href="https://iconmonstr.com/">iconmonstr.com</a> and are licensed by <a href="https://iconmonstr.com/license/">iconmonstr License</a>
\ No newline at end of file +* <a href="https://iconmonstr.com/about/#creator">Alexander Kahlkopf</a> from <a href="https://iconmonstr.com/">iconmonstr.com</a> and are licensed by <a href="https://iconmonstr.com/license/">iconmonstr License</a> |