Last active
October 24, 2016 19:19
-
-
Save briankung/3a905927cf3626261ca284bee6e6a867 to your computer and use it in GitHub Desktop.
stealing dones off of iDoneThis.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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