/*
* @title test
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
*/
nz='';
$('.task__name-inner').each(function(){
nz+=$(this).text()+'\n';
});
$('#logo').append('<textarea rows=9>'+nz+'</textarea>');
void(0);