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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 25, 2024
8b5ad9a · Jan 25, 2024

History

88 Commits
Jan 25, 2024
Oct 20, 2023
Nov 9, 2023
Nov 12, 2023
Jan 25, 2024
Jan 24, 2024
Oct 15, 2023
Nov 12, 2023
Jan 25, 2024
Nov 13, 2023
Nov 13, 2023
Nov 9, 2023
Jan 24, 2024

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.