Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created July 31, 2015 18:02
Show Gist options
  • Save mbmccormick/a6fd24c1d6f99c9ebe5c to your computer and use it in GitHub Desktop.
Save mbmccormick/a6fd24c1d6f99c9ebe5c to your computer and use it in GitHub Desktop.
javascript: (function() {
var u = document.location.href;
var r = /https?:\/\/(.+).visualstudio.com\/.+(?:\/|=)([0-9]+)/g;
var m = r.exec(u);
open('http://vso.io/share?account=' + m[1] + '&id=' + m[2], '_blank', 'height=120,width=400')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment