Enables both viewing and making crafted item description up to 600 chars from the default 100.
Please use with care: many items with long descriptions will add up to lots of data for both you and the person you use the crafts on, and could cause more server load and/or your game to crash.
Direct link for Tampermonkey: https://elliethepink.github.io/longcraft/longcraft.user.js
Bookmarklet:
javascript:(function(){let n=document.createElement("script");n.setAttribute("src","https://elliethepink.github.io/longcraft/longcraft.user.js?_="+Date.now());document.head.appendChild(n);})();