Copy the URL(s) from the scripts section and paste it into the Install from URL
in Violentmonkey after running npm run dev
not available elsewhere yet
When developing copy the url for the script into Install from URL
in Violentmonkey and check Track local file before this window is closed
before pressing confirm installation, while the tab is open the script will be updated continuously, so it should only be closed once done
# Install dependencies
bun install
# Run development server
bun run dev
Gotta fix the hardcoded urls in the scripts for production use since it is currently hardcoded to http://localhost:8732
# Run for production
bun run start
- nws lib, used by other scripts for configuration UI in a web component for style isolation and initialization.
- manga reading script
- Replace elysia with bun serve since there isn't any point in having an extra dependency with such a simple usage of it.