Skip to content

Instantly share code, notes, and snippets.

@rogerhub
Created October 21, 2014 06:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerhub/95a44450d542a8c73956 to your computer and use it in GitHub Desktop.
Save rogerhub/95a44450d542a8c73956 to your computer and use it in GitHub Desktop.
var k = document.getElementsByClassName("resource_title");
for (var i = 0; i < k.length; i++) { console.log(k[i].href); }
@JamshedVesuna
Copy link

🎱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment