1
0
Fork
You've already forked userscripts
0
various userscripts that I use
  • JavaScript 100%
2026年05月19日 14:05:34 +02:00
src add urls 2026年05月19日 14:05:34 +02:00
package-lock.json first commit 2026年05月19日 14:02:32 +02:00
package.json first commit 2026年05月19日 14:02:32 +02:00
README.md first commit 2026年05月19日 14:02:32 +02:00

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/