Last active
March 8, 2018 10:15
-
-
Save andrejj/1eadbb0f078dc87fc779fb460e7df72e to your computer and use it in GitHub Desktop.
fun retro export script
This file contains 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
// paste it in the dev console | |
s=""; $('.column-header > h2').each(function(){s += '\n\n'+this.innerText+'\n'; $(this).closest('.message-list').find('.message-body > .text').each(function(){s += ' - '+this.innerText+'\n';}) }); console.log(s) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment