This repository contains various TamperMonkey scripts and related utilities, organized as a monorepo.
generic-services/- Shared utilities and hooksprojects/- Individual script projectsscripts/- Build and start scripts
-
Install dependencies
npm install
-
Build all projects
npm run build
-
Start development server (if available)
npm run start
- Uses TypeScript, Webpack, and Babel for building scripts.
- Each project may have its own
package.jsonand build config. - Scripts are intended for use with TamperMonkey or similar userscript managers.
- Please open issues or pull requests for improvements or bug fixes.
- Follow standard code style and linting rules.
This repository is for personal or educational use. See individual scripts for license details.