Skip to content

Instantly share code, notes, and snippets.

@di3
Created May 9, 2017 07:05
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 di3/06b1c688c5d0cde5cdbb181cbd2dec1f to your computer and use it in GitHub Desktop.
Save di3/06b1c688c5d0cde5cdbb181cbd2dec1f to your computer and use it in GitHub Desktop.
var getAbsoluteUrl=function(){
var a;return function(b){return a||(a=document.createElement("a")),a.href=b,a.href}
}();
// usage
getAbsoluteUrl('/di3'); // https://gist.github.com/di3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment