Small template to easily create new Userscript projects.
Go to file Use this template
2023-05-29 16:35:40 +02:00
src Adding some utils to the template 2023-05-29 16:35:40 +02:00
.env Template for userscripts. 2023-02-25 11:58:18 +01:00
.gitignore Template for userscripts. 2023-02-25 11:58:18 +01:00
app.js Template for userscripts. 2023-02-25 11:58:18 +01:00
bundler.js Template for userscripts. 2023-02-25 11:58:18 +01:00
LICENSE Template for userscripts. 2023-02-25 11:58:18 +01:00
package-lock.json Template for userscripts. 2023-02-25 11:58:18 +01:00
package.json Template for userscripts. 2023-02-25 11:58:18 +01:00
README.md Template for userscripts. 2023-02-25 11:58:18 +01:00

Usercript template

Small template to easily create new Userscript projects.

It is a UserScript, so you will need a browser extesion to use it. I recommend to use Tampermonkey or Greasymonkey for managing your UserScripts.

Manual compile

Clone the repository.

npm install
npm run bundle

Then use app.bundle.js in your prefered browser script manager.