Skip to content

Instantly share code, notes, and snippets.

@masatomo
Last active January 2, 2016 00:29
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 masatomo/8223777 to your computer and use it in GitHub Desktop.
Save masatomo/8223777 to your computer and use it in GitHub Desktop.

duplicate issue

javascript: (function() { var urls = window.location.href.split("/") ; open('https://github.com/' + urls[3] + '/' + urls[4] + '/issues/new?body=' + encodeURIComponent("See " + window.location)) })();

hide comments (show only references)

javascript: $(".discussion-bubble").not(".discussion-reference").hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment