A collection of various Tampermonkey/Violentmonkey and frontend userscripts/bots developed in TypeScript and JavaScript. Each project is located in its own sub-folder with its own build tooling (typically Vite, Bun, or similar).
userscript/ ├── bpedia/ # Babepedia Advanced Filter Userscript │ └── MEMORY.md # Detailed memory for bpedia ├── GlideVideo/ # GlideVideo Userscript ├── StreamGrabber/ # StreamGrabber project ├── better-search/ # Better Search project └── ... (other projects) # Various other scripts and bots
- Every sub-project has its own directory and memory file where applicable.
- Follow the guidelines for each individual userscript/project.
- Managed at the individual project level (e.g., package.json inside sub-folders).
- Refer to individual project memory files (e.g.,
bpedia/MEMORY.md) for specific logic, scraping protection, and bugs.
- Refer to individual project memory files.
- None recorded yet at the workspace root level.