various userscripts that I use
| src | add urls | |
| package-lock.json | first commit | |
| package.json | first commit | |
| README.md | first commit | |
WHAT
This is a collection of userscripts.
mb rating displays an input and a button next to MB items so that it is possible to rate them on a 100 basis instead of a 5 star system (behind the scene the rating is stored as a 100 based number on MB's side)
Develop
for violent monkey and hot reload, launch dev server (npm install to install dependencies first) :
npx http-server -c5
Then in your browser :
http://localhost:8080/src/mb-rating.user.js
Click follow external changes
see : https://violentmonkey.github.io/posts/how-to-edit-scripts-with-your-favorite-editor/