Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 19, 2020 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a9a82421320ae083c6c3fcb300d41e97 to your computer and use it in GitHub Desktop.
Save parzibyte/a9a82421320ae083c6c3fcb300d41e97 to your computer and use it in GitHub Desktop.
let resultado = "";
document.querySelectorAll(".filetype_column").forEach(elemento => {
resultado += elemento.href + "\n";
});
console.log(resultado);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment