Skip to content

STEA-TEAM/hotkinkyjo-tampered

Repository files navigation

「 hotkinkyjo enhanced script 」 简体中文

📦 Install

📚 Features

👻 Compatibility

📝 Develop

Install

You need to install Tampermonkey or Violentmonkey extension in your browser, then choose a link below to install.

GhProxy Mirror GitHub Release
Install Install

Features

  • Download videos
  • Batch download videos
  • Batch download images

Compatibility

Script manager

Compatible, but Violentmonkey may not be able to run this script in older browsers.

Not compatible.

Not tested.

Develop

Clone and install dependencies

git clone https://github.com/STEA-TEAM/hotkinkyjo-tampered.git
cd hotkinkyjo-tampered
pnpm install

Dev (with hot reload)

pnpm run dev
# Create a new script in tampermonkey panel, copy the content of console output or `./dist/main.user.dev.js` into it and save
# Refresh the browser page after the code is hot updated to see the changes

Build

pnpm run build
# Publish the content of `./dist/main.user.js`