This is a script aimed to enhance the experience of game florr.io with zero injection to canvas APIs.
Tampermonkey installed on your browser
You should install our script from official website to get a best experience.
- Node.js 18 or newer
- Yarn
- protoc
- Run
yarn run proto:generateto compile the protocol buffers. - Run
yarn run devto start the development server. - Don't forget to run a server from this GitHub repository or write one by yourself, or only partial functionalities can be enabled.
- Create a
.env.productionfile, with the same format as.env.development - Run
yarn run proto:generateto compile the protocol buffers. - Run
yarn run buildto build the script.
Contributions are welcome! Whether you are fixing bugs, suggesting new features, or even refactoring, we appreciate your help.
To ensure quality of this project, we do not accept pull requests or issues generated by Large Language Models.
This project is licensed under the AGPL-3.0 License.
Specially, the license of electron/ is MIT License.