- Install Tampermonkey
- Add the script in build/bundle.js
- Install NodeJS
- Clone repo
- Install rollup as global:
cd [repo]
npm -g i rollup
- Install dependencies:
npm i
- Build the lib:
npm run build
#or
rollup -c --no-treeshake
- Update the compiled bundle in tampermonkey