Want to get feedback on your YC app? This bookmarklet turns your YC App into a readable format that you can easily copy-paste into an email.<p>javascript:(function(e,a,g,h,f,c,b,d){if(!(f=e.jQuery)||g>f.fn.jquery||h(f)){c=a.createElement("script");c.type="text/javascript";c.src="http://ajax.googleapis.com/ajax/libs/jquery/"+g+"/jquery.min.js";c.onload=c.onreadystatechange=function(){if(!b&&(!(d=this.readyState)||d=="loaded"||d=="complete")){h((f=e.jQuery).noConflict(1),b=1);f(c).remove()}};a.documentElement.childNodes[0].appendChild(c)}})(window,document,"1.3.2",function($,L){var str = '';$('form table tr td').each(function(index){var isInput = 0;var iVal = '';if($(this).find('input').length > 0){isInput = 1;iVal = $(this).find('input').val();}if($(this).find('textarea').length > 0){isInput = 1;iVal = $(this).find('textarea').val();}if($(this).find('select').length > 0){isInput = 1;iVal = $(this).find('select option:selected').text();}if(isInput){str = str + '<div>'+iVal+'</div><br /><br />';} else {str = str + '<div><strong>'+$(this).text()+'</strong></div>';}});$('body').prepend('<div>'+str+'</div><br /<br />');});<p>This nicely complements the "YC Apply Auto-Save bookmarklet" at http://news.ycombinator.com/item?id=2334012