Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ascendcorp/userscripts
- Owner: ascendcorp
- License: mit
- Created: 2024-01-18T10:29:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T07:00:04.000Z (about 1 month ago)
- Last Synced: 2024-11-14T07:28:39.138Z (about 1 month ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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