Save recipes in IC Helper when using API in console
Saves recipes made with API directly by intercepting fetch.
Only works if you add
unsafeWindow.addElementToCrafts = addElementToCrafts;
in IC Helper script after addElementToCrafts has been defined.