Skip to content

Instantly share code, notes, and snippets.

@briankung
Last active October 24, 2016 19:19
Show Gist options
  • Select an option

  • Save briankung/3a905927cf3626261ca284bee6e6a867 to your computer and use it in GitHub Desktop.

Select an option

Save briankung/3a905927cf3626261ca284bee6e6a867 to your computer and use it in GitHub Desktop.
stealing dones off of iDoneThis.com
copy( // copy() is a Chrome api call to copy to clipboard
$('.entry-body').map(
function(number, thing) {return thing.innerText}
).get().join("\n")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment