https://github.com/potch/localstorage-inspector
A bookmarklet for introspecting localStorage
https://github.com/potch/localstorage-inspector
Last synced: about 1 year ago
JSON representation
A bookmarklet for introspecting localStorage
- Host: GitHub
- URL: https://github.com/potch/localstorage-inspector
- Owner: potch
- Created: 2011-10-31T20:44:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-31T22:57:13.000Z (over 14 years ago)
- Last Synced: 2025-04-30T06:07:50.906Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://potch.me/ls/
- Size: 90.8 KB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The localStorage object in modern browsers is a super useful tool for persisting local data, but debugging it is a pain and it's hard to know what's being stored on your machine.
I made a small bookmarklet that lets you inspect and clear data from a domain's localStorage.