Skip to content

aniskip/aniskip-extension

Repository files navigation

typescript-aniskip-extension

Web browser extension to skip anime openings and endings

Discord

We are now on Discord! Want to contribute, need help or just want to ask questions?

Join the Aniskip Discord.

Getting started

Building and running the extension

Prerequisites

You will need to have installed:

  1. Node.js v16.0.0 or greater
  2. Yarn v2.4.1 or greater

Running for development

  1. Clone the repo

    git clone https://github.com/lexesjan/typescript-aniskip-extension
    
  2. Navigate into the cloned GitHub repository

    cd typescript-aniskip-extension
    
  3. 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.

Building for production

  1. Clone the repo

    git clone https://github.com/lexesjan/typescript-aniskip-extension
    
  2. Navigate into the cloned GitHub repository

    cd typescript-aniskip-extension
    
  3. 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.