Skip to content

Instantly share code, notes, and snippets.

@motord
Created August 9, 2013 15:43
Show Gist options
  • Save motord/6194669 to your computer and use it in GitHub Desktop.
Save motord/6194669 to your computer and use it in GitHub Desktop.
var script=document.createElement('script');
script.src='http://underscorejs.org/underscore-min.js';
var head=document.getElementsByTagName('head')[0];
head.appendChild(script);
_.map($("li.list_item a"), function(a){return a.href;})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment