Skip to content

Instantly share code, notes, and snippets.

@omarjackman
Created September 29, 2015 22:51
Show Gist options
  • Save omarjackman/b23f5f15d2ca6cee870d to your computer and use it in GitHub Desktop.
Save omarjackman/b23f5f15d2ca6cee870d to your computer and use it in GitHub Desktop.
Scriptlet for setting debug scopes
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