Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 698 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 698 Bytes

NummonCalc

A script to add a new tab to Kittens Game containing the results of many calculation functions, to help players.

To use as a bookmark:

Add a new bookmark to your browser. Name it "NummonCalc" or something similar. For the URL, paste the following:

javascript: (function () { var mod = document.createElement('script'); mod.src = 'https://cdn.jsdelivr.net/gh/Bioniclegenius/NummonCalc/NummonCalc.js'; mod.id = 'modscript_TriggerNotify'; document.head.appendChild(mod); })();

Alternatively, to use manually, just copy the contents of NummonCalc.js to your browser console (Google for how to pull that up if you're not sure). A new tab should appear at the top. Presto, you're done!