# 概览 **Repository Path**: petercheney/NummonCalc ## Basic Information - **Project Name**: 概览 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-02-22 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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!