A bookmarklet that tells you how much sessionStorage is being used. The limit is supposed to be 5 megabytes.
Pull requests accepted!
On the CLI, cd into the directory that contains these files, then...
./make_bookmarklet.pl sessionStorage.js > bookmarklet.js
- Make a new bookmark in your browser and name it.
- Copypasta from bookmarklet.js into the URL of the new bookmark.
- Go to your page that uses sessionStorage.
- Click the bookmark and read the console.log();
MIT
- uses getUTF8Length method by broofa
- bookmarklet.js built using gruber's perl script
- 0.0.1 - first release