Alex
Created page with "// Gets and sets items in local storage for the KPH amount // This allows for repeat visits to use the same KPH. // KPH is saved in local storage with the key "{Subpage name}-mmg-kph" // For ex. "Money making guide/Drinking irresponsibly" would go to the key "Drinking irresponsibly-mmg-kph" // If the page is NOT a subpage, we will not save LS. This might be confusing but is preferable to all TL pages using the same LS key. function parseMmgFloat(x) { var _x = parseFloa..."