Skip to content

Instantly share code, notes, and snippets.

@omarjackman
Created September 29, 2015 22:53
Show Gist options
  • Save omarjackman/aefc26fa617e997cbd91 to your computer and use it in GitHub Desktop.
Save omarjackman/aefc26fa617e997cbd91 to your computer and use it in GitHub Desktop.
Scriptlet for clearing everything in localStorage except debug scope names
javascript:(function(){var originalString=localStorage.getItem( 'debug' );localStorage.clear();localStorage.setItem('debug',originalString);console.log('localStorage cleared!!!')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment