[Firefox & Chrome Extension] Skips Intros, Disables the interrupter and plays the next episode.
- Skip Intros: Automatically clicks the "Skip Intro" button.
- Skip Interrupter: Automatically clicks the "Continue Watching" button.
- Next Episode: Automatically clicks the "Next Episode" button.
- Settings: Toggle features via the extension popup.
- Enable/Disable the entire extension.
- Enable/Disable the interrupter skipper.
- Enable/Disable the intro skipper.
- Enable/Disable the next episode skipper.
- Go to
about:debugging#/runtime/this-firefox. - Click "Load Temporary Add-on...".
- Navigate to the
firefox/directory in this repository and selectmanifest.json.
Alternatively, download from the Firefox Add-ons page.
- Go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked".
- Select the
chrome/directory in this repository.
Alternatively, download from the Chrome Webstore page.
firefox/: Contains the Firefox version of the extension (Manifest V3, usesbrowsernamespace).chrome/: Contains the Chrome version of the extension (Manifest V3, useschromenamespace).