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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T04:26:52.000Z (7 months ago)
- Last Synced: 2025-01-24T17:46:14.692Z (4 months ago)
- Language: TypeScript
- Size: 38.1 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