Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days ago
JSON representation

A basic starter for creating usercripts with some advanced functionality

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!