Skip to content

Instantly share code, notes, and snippets.

@ashizawa
Created February 4, 2015 17:21
Show Gist options
  • Save ashizawa/5d3f16c792bf74cab2e8 to your computer and use it in GitHub Desktop.
Save ashizawa/5d3f16c792bf74cab2e8 to your computer and use it in GitHub Desktop.
console.table(
Array.prototype.map.call(document.querySelectorAll('a'), function(item, index) {
return {
href: item.href,
target: item.target
};
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment