A collection of userscripts for browser extensions like Tampermonkey, Violentmonkey, and Greasemonkey. These scripts enhance web browsing by adding custom functionality to websites.
Display your current chapter/episode progress on the cover image.
- Install: https://greasyfork.org/en/scripts/546580-anilist-progress-addon
- Source: anilist/anilist-progress-script.js
Redirect specified websites to designated locations while preserving paths and query parameters.
- Install: https://greasyfork.org/en/scripts/547444-website-redirects
- Source: website-redirects/website-redirects-script.js
This project uses Biome for linting and formatting.
npm installnpm run check- Run Biome checks (linting, formatting, and import sorting)npm run format- Format code with Biomenpm run fix- Auto-fix issues with Biomenpm run ci- Run Biome in CI mode (stricter checks for continuous integration)npm run clean- Remove node_modules
Enable debug logging by running this in the browser console and then refreshing the page:
localStorage.setItem("userscript-addon-logging", "true")- Fork the repository
- Create a feature branch
- Make your changes
- Run
npm run checkto ensure code quality - Submit a pull request
MIT License - see LICENSE file for details.