TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

YC app feedback - readable format bookmarklet

2 pointsby nicholasreedabout 14 years ago
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&#62;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&#38;&#38;(!(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 &#62; 0){isInput = 1;iVal = $(this).find('input').val();}if($(this).find('textarea').length &#62; 0){isInput = 1;iVal = $(this).find('textarea').val();}if($(this).find('select').length &#62; 0){isInput = 1;iVal = $(this).find('select option:selected').text();}if(isInput){str = str + '&#60;div&#62;'+iVal+'&#60;/div&#62;&#60;br /&#62;&#60;br /&#62;';} else {str = str + '&#60;div&#62;&#60;strong&#62;'+$(this).text()+'&#60;/strong&#62;&#60;/div&#62;';}});$('body').prepend('&#60;div&#62;'+str+'&#60;/div&#62;&#60;br /&#60;br /&#62;');});<p>This nicely complements the "YC Apply Auto-Save bookmarklet" at http://news.ycombinator.com/item?id=2334012

no comments

no comments