Infinite Craft Userscript Jun 2026
// Attach click handlers to rows document.querySelectorAll('.ic-recipe-row').forEach(row => row.addEventListener('click', (e) => const left = row.getAttribute('data-left'); const right = row.getAttribute('data-right'); if (left && right) autoCraft(left, right);
To use userscripts in Infinite Craft, players will need to:
(function() 'use strict';
return;
: Automatically monitors and records every combination you make to a private database, allowing you to recall complex recipes easily. GitHub +7 How to Install To use these scripts, you must first install a browser extension that acts as a "manager." 11 sites InfiniteCraftCommunity/userscripts: A collection of ... - GitHub How To Install Userscripts * Install a monkey. I recommend using Violentmonkey. * Go to the userscript you want to install in the ... GitHub art0007i/Infinite-Craft-Stuff: Userscript for neal.fun ... - GitHub All combinations you make are saved to a database, which can be accessed later. isn't an easy way to browse this) GitHub UserScripts | Infinite Craft (Neal.fun) Wiki | Fandom Enables a hand made dark theme by default. Lets you pin an element by holding Alt and clicking on it in the sidebar. Gives you a q... Infinite Craft (Neal.fun) Wiki Infinite Craft (Neal.fun) Wiki infinite craft userscript
html += '</table>'; recipeListDiv.innerHTML = html;
autoLearnBtn.addEventListener('click', autoLearn); // Attach click handlers to rows document
leftInput.value = leftName; rightInput.value = rightName; if (craftBtn) craftBtn.click(); else const buttons = document.querySelectorAll('button'); if (buttons.length) buttons[buttons.length-1].click();
The community has developed a variety of scripts to solve common player frustrations: I recommend using Violentmonkey
Add specific elements directly to your inventory for educational or testing purposes. How to Install