TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

YC app feedback - readable format bookmarklet

2 点作者 nicholasreed大约 14 年前
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

暂无评论

暂无评论