An open API service indexing awesome lists of open source software.

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

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.