https://github.com/outslept/starter-userscript
A basic starter for creating usercripts with some advanced functionality
https://github.com/outslept/starter-userscript
starter tampermonkey userscript
Last synced: 10 months ago
JSON representation
A basic starter for creating usercripts with some advanced functionality
- Host: GitHub
- URL: https://github.com/outslept/starter-userscript
- Owner: outslept
- License: mit
- Created: 2024-11-13T20:12:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T23:41:37.000Z (about 1 year ago)
- Last Synced: 2025-01-30T20:41:02.746Z (12 months ago)
- Topics: starter, tampermonkey, userscript
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UserScript Starter
## Description
A good starter for creating UserScripts with advanced functionality and best practices.
## β¨ Features
- πΎ Built-in local storage
- π Cross-domain HTTP requests
- π Native notifications
- π§° Logging utilities
- π¨ Dynamic addition of styles
## π Installation
1. Install userscript manager:
- [Tampermonkey](https://www.tampermonkey.net/)
- [Violentmonkey](https://violentmonkey.github.io/)
- [Greasemonkey](https://www.greasespot.net/)
2. Click βInstallβ in the raw script file
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## π Useful Links
- [Tampermonkey Documentation](https://www.tampermonkey.net/documentation.php)
- [Userscript API Reference](https://wiki.greasespot.net/Greasemonkey_Manual)
---
If you find this template useful, please consider giving it a star βοΈ to show your support!