Skip to content

aniskip/aniskip-extension

Folders and files

NameName
Last commit message
Last commit date
Mar 2, 2022
Aug 14, 2021
Nov 14, 2023
Jan 9, 2022
Feb 20, 2024
May 17, 2022
Dec 29, 2021
Mar 13, 2022
May 14, 2021
Aug 12, 2021
Jan 29, 2021
Nov 14, 2023
Jan 27, 2021
Dec 29, 2021
Dec 2, 2023
Dec 26, 2021
Dec 29, 2021
Jan 7, 2022
Dec 2, 2023

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.