Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active December 11, 2015 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishu3101/4552498 to your computer and use it in GitHub Desktop.
Save ishu3101/4552498 to your computer and use it in GitHub Desktop.
A Bookmarklet that lets you search Github code Repository.
javascript:(function(){var s='https://github.com/skratchdot/github-code-search.user.js/raw/master/github-code-search.user.js',t='text/javascript',d=document,n=navigator,e;(e=d.createElement('script')).src=s;e.type=t;d.getElementsByTagName('head')[0].appendChild(e)})();doIt('');void('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment