diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-09 14:26:20 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-09 14:26:20 -0400 |
commit | 4932fc6f45f58f4dbd90d24377336ff100999f17 (patch) | |
tree | 8f145218455d8d1f6f51c45129c86fb6977ec53a /README.md | |
parent | 890b172cf12c587e2575511550c47b1450a4f814 (diff) | |
download | SponsorBlock-4932fc6f45f58f4dbd90d24377336ff100999f17.tar.gz SponsorBlock-4932fc6f45f58f4dbd90d24377336ff100999f17.zip |
Fix skipping on Firefox for Android
Resolves https://github.com/ajayyy/SponsorBlock/issues/659 and https://github.com/ajayyy/SponsorBlock/issues/588
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ 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. +For Firefox for Android, use `npm run dev:firefox-android --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. + ### Attribution Generation If you contribute and add a dependency, update the attribution file using the following steps: |