An open API service indexing awesome lists of open source software.

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.

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
```