https://github.com/joaopalmeiro/userscripts
A collection of userscripts to facilitate certain tasks on different websites.
https://github.com/joaopalmeiro/userscripts
Last synced: 10 months ago
JSON representation
A collection of userscripts to facilitate certain tasks on different websites.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/userscripts
- Owner: joaopalmeiro
- License: mit
- Created: 2024-09-06T18:22:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T09:15:28.000Z (over 1 year ago)
- Last Synced: 2025-01-31T07:12:07.377Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userscripts
A collection of userscripts to facilitate certain tasks on different websites.
## Development
Install [fnm](https://github.com/Schniz/fnm) (if necessary).
```bash
fnm install && fnm use && node --version && npm --version
```
```bash
npm install
```
```bash
npm run format
```