diff options
author | Ajay Ramachandran <[email protected]> | 2020-09-04 00:13:51 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-04 00:13:51 -0400 |
commit | 2798ac1254cdf546915cc6948d24c26475539882 (patch) | |
tree | 7e57cd4e29abe66b86cd954bda063cff1bdc059b /README.md | |
parent | 3ec3a011281f946b749335aafaf5aad8d64d7422 (diff) | |
parent | 0f8739abc06e1610174e99bccf157d93f27804ea (diff) | |
download | SponsorBlock-2798ac1254cdf546915cc6948d24c26475539882.tar.gz SponsorBlock-2798ac1254cdf546915cc6948d24c26475539882.zip |
Merge pull request #456 from ajayyy/expiremental
Improvements
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. @@ -85,4 +97,4 @@ Originally forked from [YTSponsorSkip](https://github.com/NDevTK/YTSponsorSkip), Some 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> -Some icons made by <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> 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> +Some icons made by <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> 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>
\ No newline at end of file |