diff options
author | mmble <[email protected]> | 2020-09-02 05:45:03 +0200 |
---|---|---|
committer | mmble <[email protected]> | 2020-09-02 05:45:03 +0200 |
commit | c191132a011b617e9f6a244cee3c1db9feddc024 (patch) | |
tree | c8097d419433bc955a3fb7963c35bcad60e91d28 /README.md | |
parent | 4dec4df8e8ef6de9f0a045402cc9f7cf380c4c12 (diff) | |
parent | 3ec3a011281f946b749335aafaf5aad8d64d7422 (diff) | |
download | SponsorBlock-c191132a011b617e9f6a244cee3c1db9feddc024.tar.gz SponsorBlock-c191132a011b617e9f6a244cee3c1db9feddc024.zip |
Merge branch 'master' of github.com:ajayyy/SponsorBlock
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -74,13 +74,14 @@ The result is in `dist`. This can be loaded as an unpacked extension ## Developing with a clean profile -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). +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. # Credit The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) was previously used. -Originally forked from [YTSponsorSkip](https://github.com/OfficialNoob/YTSponsorSkip), but zero code remains. +Originally forked from [YTSponsorSkip](https://github.com/NDevTK/YTSponsorSkip), but zero code remains. 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> |