Skip to content

Instantly share code, notes, and snippets.

@j8
Created March 27, 2014 12:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j8/9806653 to your computer and use it in GitHub Desktop.
Save j8/9806653 to your computer and use it in GitHub Desktop.
Clear localstorage in IE10+
#Type in the JS console the following:
localStorage.clear();
sessionStorage.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment