diff options
author | Ajay Ramachandran <[email protected]> | 2020-08-27 21:31:50 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-27 21:31:50 -0400 |
commit | d2e389296b203bf8eabb1cba6a5be76cf10b617a (patch) | |
tree | 9a1925e43a20a5b39b83d58f2218b5a0dd43b0b4 /README.md | |
parent | f6110899fb9dc56d9a7a144676843672b49573c1 (diff) | |
parent | 03a1af813e38cf73bd982435eb9bfcb89fa03e79 (diff) | |
download | SponsorBlock-d2e389296b203bf8eabb1cba6a5be76cf10b617a.tar.gz SponsorBlock-d2e389296b203bf8eabb1cba6a5be76cf10b617a.zip |
Merge pull request #438 from MRuy/master
Dependencies updates, reload tip and .editorconfig added
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ 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 |