Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Created September 21, 2013 20:42
Show Gist options
  • Save mehdichaouch/6653976 to your computer and use it in GitHub Desktop.
Save mehdichaouch/6653976 to your computer and use it in GitHub Desktop.
A bookmarklet to clean your browser localstorage.
(function(){localStorage.clear()})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment