pHTML5 has an incredibly simple method for storing persisting data called codelocalStorage/code. Natively, you just call a method with key/value pair and that is saved (pretty much) forever. Knowing the key, you can retrieve it at any time. This hellip;/p