Manage Local Storage in Browser Settings
The games listed on the homepage use local storage to save data.
Blocking cookies disables this feature.
'Snake' and 'Yahtzee' use your browser's local storage to save high scores.
'Blackjack' stores a balance of (fake) money.
Select your browser to learn more:
Manage Local Storage using Inspector Tool
A more direct method involves using the Inspector Tool and deleting items from local storage.
Google Chrome:
- Right click on the web page and click 'Inspect', or press Ctrl + Shift + I.
- Click on the 'Application' tab on the panel that appears.
- Click on the 'Local Storage' dropdown (under 'Storage'), then click the url under it.
- Click on any item in the 'Key/Value' list and click the X or press Backspace/Delete to delete it.
Mozilla Firefox:
- Right click on the web page and click 'Inspect Element', or press Ctrl + Shift + I.
- Click on the 'Storage' tab on the panel that appears.
- Click on the 'Local Storage' dropdown, then click the URL under it.
- Right click on any item in the 'Key/Value' list and click 'Delete [key]' or 'Delete All'.