Skip to content

Instantly share code, notes, and snippets.

@JH108
Created October 4, 2018 18:57
Show Gist options
  • Save JH108/b462b3de6f45c3b306d7d2250a9474f2 to your computer and use it in GitHub Desktop.
Save JH108/b462b3de6f45c3b306d7d2250a9474f2 to your computer and use it in GitHub Desktop.
Object.keys(localStorage).filter(key => key.slice(0, 7) === 'lscache').forEach(key => localStorage.removeItem(key))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment