QUOTE(summ @ Feb 7 2016, 00:10)

To that end I'm trying to use Income Summary, but I cannot get it to function in Firefox w/ Greasemonkey.
I indeed have HV Counter Save Plus and HV Item Manager also installed, all seem to be the latest versions,
yet I continue to get that message:
Nothing found in localStorage.counterPlusSaveLogs !
The more useful statistics can't be calculated.
Download HV Counter Save to start recording turns, so Income Summary can calculate income/turn, income/time, repair and stamina costs, and more.
I'm not sure if there are permissions that need changing or something else. Any help would be appreciated as I've already tried working on this a bit myself with no luck, and searched Income Summary in the Scripts thread, to no avail.
Thanks for your time,
-summ
What this means is that the script looked for data stored in localStorage, specifically localStorage.counterPlusSaveLogs, but didn't find anything. Either the Counter Save script isn't installed, or you haven't finished a battle series with it yet (it only saves the battle data at the very end), or there's some other script interfering with it.
Try playing a couple rounds of Grindfest and fleeing. At the end, check to see that the finishing popup displays properly (eg:
12 turns (1.714 t/s) 07 s
45,591,894 EXP 430 credits
)
And then press shift-F9 while on HV to see HV's local storage. You should then see an entry for counterPlusSaveLogs, at which point Inventory Summary should work.
If it doesn't, then the process breaks down somewhere - can you see where?