The central hub for easily-accessible mods for Infinite Chef.
See all the available mods here.
- Go to the official Infinite Chef website.
- Press the Settings gear icon in the toolbar.
- Type in a mod name (like example_mod.js) into the Add Mod field.
- Press the Plus (+) button.
That's it! Unless the mod requires a refresh, changes should take effect immediately.
To remove a mod, press the X button next to its name. This will require a refresh to take effect.
See example_mod.js to learn the basics of modding.
To test your mod, you can usually copy-paste the entire script into your browser's console. Usually this is done by pressing F12 and going to the 'Console' tab.
Create a fork of InfiniteChef-Mods on GitHub, add or edit your mod file, and make a pull request to submit it for review.