Template for userscripts.

This commit is contained in:
2023-02-25 11:58:18 +01:00
commit c25f0c361e
9 changed files with 4004 additions and 0 deletions

7
src/App.js Normal file
View File

@ -0,0 +1,7 @@
export default class App {
static init() {
// Logic.
}
}