Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/letwebdev/userscripts

Personal Tampermonkey user scripts, modularized and bundled with Rollup.
https://github.com/letwebdev/userscripts

rollup tampermonkey tampermonkey-script tampermonkey-userscript userscript

Last synced: about 1 month ago
JSON representation

Personal Tampermonkey user scripts, modularized and bundled with Rollup.

Awesome Lists containing this project

README

        

# UserScripts for TamperMonkey

- [Bundled scripts](https://github.com/letwebdev/UserScripts/tree/main/dist)
- [Source scripts](https://github.com/letwebdev/UserScripts/tree/main/src)
- [Util scripts](https://github.com/letwebdev/UserScripts/tree/main/src/utils)

## Commands

```sh
# Build `src/*.ts`
npm run build
```

```sh
# Build specified scripts
npm run compileIntoSingleFile src/script1.ts src/script2.ts
```

```sh
# install specified scripts
npm run installScript src/script1.ts dist/script2_bundled.user.js
```