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

https://github.com/yunsii/starter-monkey

Starter temaplate for userscript engine like Tampermonkey and Violentmonkey, Greasemonkey, ScriptCat.
https://github.com/yunsii/starter-monkey

react userscript vite

Last synced: 18 days ago
JSON representation

Starter temaplate for userscript engine like Tampermonkey and Violentmonkey, Greasemonkey, ScriptCat.

Awesome Lists containing this project

README

          

# Starter Monkey

[![repo:github](https://img.shields.io/badge/repo-github-0EA5E9)](https://github.com/yunsii/starter-monkey) [![version](https://img.shields.io/github/v/release/yunsii/starter-monkey?label=version&sort=semver&color=0EA5E9)](https://github.com/yunsii/starter-monkey/releases/latest) [![license](https://img.shields.io/github/license/yunsii/starter-monkey?color=0EA5E9)](https://github.com/yunsii/starter-monkey/blob/master/LICENSE) [![greasyfork](https://img.shields.io/badge/greasyfork-install-0EA5E9)](https://greasyfork.org/scripts/554420)

Starter template for userscript engine like Tampermonkey and Violentmonkey, Greasemonkey, ScriptCat, powered by [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey).

## Install

Install on Greasy Fork (click the badge above) or visit:
https://greasyfork.org/scripts/554420

## Features

- 🚀 **Supercharged Developer Experience** - Code like a ninja with rock-solid standards
- âš¡ **React + TailwindCSS Magic** - Build stunning UIs at warp speed
- 🎯 **Effortless Page Anchoring** - Drop your UI anywhere like a boss, inspired by [wxt](https://github.com/wxt-dev/wxt/blob/ea2b8df906384f3c000ae2ab6ad462e33b79c0f2/packages/wxt/src/utils/content-script-ui/shadow-root.ts)
- 🔥 **Smart On-Demand Loading** - Keep pages squeaky clean, zero pollution guaranteed
- 🎪 **Auto-Magical Pattern Matching** - Declare once, then sit back and relax - it handles everything
- 📦 **Automated Releases** - GitHub Actions-powered automatic versioning and publishing

## Projects Built with This Template

The following userscript projects are built using the Starter Monkey template:

- **[Bob Monkey](https://github.com/yunsii/bob-monkey)** - A userscript collection that enhances GitHub and DeepWiki user experience, featuring page visit history, question history assistant, and one-click GitHub to DeepWiki navigation

## FAQ

- [Floating layer component styles are missing when integrating shadcn/ui](https://github.com/yunsii/starter-monkey/issues/1)