Skip to content

Instantly share code, notes, and snippets.

@ramayac
Last active December 17, 2015 20:29
Show Gist options
  • Save ramayac/5667939 to your computer and use it in GitHub Desktop.
Save ramayac/5667939 to your computer and use it in GitHub Desktop.
"One liner" para obtener la lista de videos de la p'agina que estas viendo en Vimeo.
document.querySelectorAll("li a[title]").forEach(function(entry){ console.log(entry.href); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment