Skip to content

Instantly share code, notes, and snippets.

@mindbreaker
Last active June 14, 2018 11:58
Show Gist options
  • Save mindbreaker/43d65834e32b6bd1a0932b31c43ea3e7 to your computer and use it in GitHub Desktop.
Save mindbreaker/43d65834e32b6bd1a0932b31c43ea3e7 to your computer and use it in GitHub Desktop.
Fast export URLs from new GSC
document.querySelectorAll("content .zRhise span").forEach(function(e) {
var title = e.getAttribute("title");
if(title)
console.log(e.getAttribute("title"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment