Skip to content

Instantly share code, notes, and snippets.

@CoderSherlock
Last active December 6, 2021 02:41
Show Gist options
  • Select an option

  • Save CoderSherlock/7649289bef6db2c9f93b7054bd93d6d4 to your computer and use it in GitHub Desktop.

Select an option

Save CoderSherlock/7649289bef6db2c9f93b7054bd93d6d4 to your computer and use it in GitHub Desktop.
# In chrome console:
path=""
$x("//*[@id=\"org-repositories\"]/div/div/div[2]/ul/li[*]/div/div[1]/div[1]/h3/a").forEach(
function(i){
console.log(i.href);
path+=i.href+"\n"
});
console.log(path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment