Skip to content

Instantly share code, notes, and snippets.

@lekevicius
lekevicius / iconMonster.coffee
Created January 6, 2013 17:02
Download all IconMonstr icons (previous website version; might need modification to work on new design).
loadPage = (url) ->
casper.open(url).then ->
pageIcons = @evaluate ->
links = []
$('a.thumbnail_link').each -> links.push $(@).attr('href')
links
# console.log pageIcons
allIcons.push icon for icon in pageIcons
hasNextPage = @evaluate -> $('.navigation a.next').length
# console.log hasNextPage