https://github.com/guansss/userscripts
My userscript project.
https://github.com/guansss/userscripts
userscript
Last synced: 5 months ago
JSON representation
My userscript project.
- Host: GitHub
- URL: https://github.com/guansss/userscripts
- Owner: guansss
- License: mit
- Created: 2020-11-12T12:11:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T13:14:43.000Z (over 2 years ago)
- Last Synced: 2025-01-31T23:31:37.340Z (12 months ago)
- Topics: userscript
- Language: TypeScript
- Homepage:
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userscripts
My userscript project.
## Development
This project uses [webpack-monkey](https://github.com/guansss/webpack-monkey), please refer to its documentation for the workflow.
```sh
# install dependencies
npm i
# start dev server and serve all the scripts
npm run dev
# build all the scripts
npm run build
```