Skip to content

localStorage usage

Leonardo Riether edited this page Jan 30, 2020 · 2 revisions

There are currently three keys defined by Codeforces++:

  • cfpp: stores the user's settings (the ones found by clicking the [++] button on the top right)
  • userGroups: array of the names and IDs of the user's groups. Every group is stored as an array in the format [{group name}, {id}]
  • finderPriority: key-value storage of how many times the user has clicked on a particular link by using the Finder

These may change at some point

Clone this wiki locally