Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.28 KB

Userscripts

Streamlined scripts to enhance your workflow, designed to work seamlessly with the Tampermonkey browser extension.

Get Started

Required Tampermonkey extension on your browser

Userscripts Direct Install Document
Bitbucket Install Wiki
Atlassian Install Wiki

Contributing

Required NodeJS v20.10 or upper

  1. Install dependencies by PNPM
pnpm install
  1. Create or update scripts in src folder
  2. Build your scripts
pnpm build
  1. Create PR and waiting for review