Web browser extension to skip anime openings and endings
We are now on Discord! Want to contribute, need help or just want to ask questions?
Join the Aniskip Discord.
You will need to have installed:
-
Clone the repo
git clone https://github.com/lexesjan/typescript-aniskip-extension
-
Navigate into the cloned GitHub repository
cd typescript-aniskip-extension
-
Run the install and start script
yarn install yarn start:dev:chrome
This will start a chromium browser with the built extension loaded. This script will reload the extension on file change. You can replace chrome
with firefox
to build for firefox.
-
Clone the repo
git clone https://github.com/lexesjan/typescript-aniskip-extension
-
Navigate into the cloned GitHub repository
cd typescript-aniskip-extension
-
Run the install and start script
yarn install yarn build:prod:chrome
This will build a zipped extension in the web-ext-artifacts
folder. You can replace chrome
with firefox
to build for firefox.