- Get a userscript extension for your browser. Popular options include (this is not an exhaustive list):
- Install the script by visiting pxls.daavko.moe and clicking the install link. This will automatically install the script in your userscript extension.
Note: The script should work on any userscript extension, but it's primarily tested on Tampermonkey. If you encounter any issues, find me on Discord.
This repository is licensed under the GPLv3 license or any later version. You can find the full license text in the LICENSE file.
Run the npm run build
script. There's also the following options you can include:
--no-minify
- Don't minify the output script (useful for debugging)--sourcemap
- Generate a source map for the output script (useful for debugging)--watch
- Watch for changes in the script and rebuild automatically