Skip to content

Extension/script that adds Kodik player to Shikimori website.

License

Notifications You must be signed in to change notification settings

qt-kaneko/Shikiplayer

Repository files navigation

image image image

Beautiful design:

image

Quick releases:

image

Many voiceovers:

image

High quality:

image

Useful settings:

image

How to build

To build extension:

  • With VSCode: Run 'Build Extension' or 'Build Release Extension' task.
  • With Node: Run 'node build.js extension' or 'node build.js extension --release'.

To build userscript:

  • With VSCode: Run 'Build Userscript' or 'Build Release Userscript' task.
  • With Node: Run 'node build.js userscript' or 'node build.js userscript --release'.

You need Node, NPM and ESBuild to be installed in your environment.

This repo is using Build.js, a smol build system.