Skip to content

Instantly share code, notes, and snippets.

@ChrisLTD
Created December 11, 2014 21:54
Show Gist options
  • Save ChrisLTD/42f987a11c5974ccc9b4 to your computer and use it in GitHub Desktop.
Save ChrisLTD/42f987a11c5974ccc9b4 to your computer and use it in GitHub Desktop.
// Clear local storage is hash in URL is #clear_ls
if( window.location.hash.toLowerCase() == "#clear_ls" ) {
localStorage.clear();
console.log('local storage cleared');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment