Skip to content

Instantly share code, notes, and snippets.

@andrejj
Last active March 8, 2018 10:15
Show Gist options
  • Save andrejj/1eadbb0f078dc87fc779fb460e7df72e to your computer and use it in GitHub Desktop.
Save andrejj/1eadbb0f078dc87fc779fb460e7df72e to your computer and use it in GitHub Desktop.

Revisions

  1. andrejj revised this gist Oct 13, 2017. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions funretro_export.js
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,6 @@
    # 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)

    // 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)


  2. andrejj created this gist Oct 13, 2017.
    2 changes: 2 additions & 0 deletions funretro_export.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # 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)