Infinite Craft Helper is a Tampermonkey userscript that adds a draggable control panel overlay to neal.fun/infinite-craft, giving quick access to logging, diagnostics, and automation hooks.
- Draggable, resizable control panel with collapsible log viewer
- Branch-aware version banner so you can distinguish production from feature builds
- GameInterface utilities exposed for console automation and element inspection
- Built-in logging framework with filtering, copy, and clear actions
- Automatic updates delivered from the GitHub repository
- Install a userscript manager such as Tampermonkey or Violentmonkey.
- Production build: Install from main
- Latest features: Install from feature branch
- Visit neal.fun/infinite-craft and the control panel will appear automatically.
If you prefer to build locally:
git clone https://github.com/bytecodeguru/infinite-crafter.git
cd infinite-crafter
npm install
npm run build
# install dist/infinite-craft-helper.user.js with your userscript manager
- Usage tips and console helpers: see
docs/USAGE.md
- Contributor workflow, CLI commands, size policy: see
docs/DEVELOPMENT.md
- Roadmap and feature specs:
.kiro/steering
and.kiro/specs
directories
MIT License. See LICENSE
for details.