Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Last active December 14, 2015 17:59
Show Gist options
  • Select an option

  • Save hughfdjackson/5126279 to your computer and use it in GitHub Desktop.

Select an option

Save hughfdjackson/5126279 to your computer and use it in GitHub Desktop.
var toArray = function(val){ return [].slice.call(val) }
toArray(document.getElementsByTagName('a')).forEach(function(node){
node.href = "http://hughfdjackson.com"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment