Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ascendcorp/userscripts

Streamlined scripts to enhance your workflow, designed to work seamlessly with the Tampermonkey browser extension.
https://github.com/ascendcorp/userscripts

Last synced: about 1 month ago
JSON representation

Streamlined scripts to enhance your workflow, designed to work seamlessly with the Tampermonkey browser extension.

Awesome Lists containing this project

README

        

# Userscripts

> Streamlined scripts to enhance your workflow, designed to work seamlessly with the Tampermonkey browser extension.

## Get Started

Required [Tampermonkey](https://www.tampermonkey.net/) extension on your browser

| Userscripts | Direct Install | Document |
| ----------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Bitbucket | [Install](https://raw.githubusercontent.com/ascendcorp/userscripts/main/dist/bitbucket/bitbucket.user.js) | [Wiki](https://github.com/ascendcorp/userscripts/blob/main/src/bitbucket/README.md) |
| Atlassian | [Install](https://raw.githubusercontent.com/ascendcorp/userscripts/main/dist/atlassian/atlassian.user.js) | [Wiki](https://github.com/ascendcorp/userscripts/blob/main/src/atlassian/README.md) |

## Contributing

Required NodeJS v20.10 or upper

1. Install dependencies by PNPM

```shell
pnpm install
```

2. Create or update scripts in src folder
3. Build your scripts

```shell
pnpm build
```

4. Create PR and waiting for review