Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 347 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 347 Bytes

Installation

  • Install Tampermonkey
  • Add the script in build/bundle.js

Development

  • 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