Skip to content

Instantly share code, notes, and snippets.

@omarjackman
Created November 11, 2015 18:39
Show Gist options
  • Save omarjackman/ab2a06ed53c83cfa3fc2 to your computer and use it in GitHub Desktop.
Save omarjackman/ab2a06ed53c83cfa3fc2 to your computer and use it in GitHub Desktop.
script debugging
javascript:(function(){var originalString=localStorage.getItem( 'debug' ),defaultString=(originalString)?originalString:'',debugString=prompt('enter debug string', defaultString);localStorage.setItem('debug',debugString != null ? debugString : defaultString );})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment