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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Chrome extension that adds moustaches to every face on the web

90 点作者 andrewnez将近 14 年前

13 条评论

Sephr将近 14 年前
This is not that novel of an extension. It's essentially the following (see <a href="https://github.com/forward/mustachio-chrome/blob/master/mustachio.js" rel="nofollow">https://github.com/forward/mustachio-chrome/blob/master/must...</a>):<p><pre><code> var i = document.images.length; while(i--) document.images[i].src = "http://mustachy.heroku.com/?src=" + document.images[i].src; </code></pre> I might be more impressed if the author ported mustachio (<a href="https://github.com/afeld/mustachio" rel="nofollow">https://github.com/afeld/mustachio</a>) to JavaScript.
评论 #2879839 未加载
sosuke将近 14 年前
It works but their poor server must be hurting, tons of 500 and 503 errors.<p>Tested loading <a href="http://celebrityhairstylespicture.blogspot.com/" rel="nofollow">http://celebrityhairstylespicture.blogspot.com/</a><p>Example <a href="http://mustachy.heroku.com/?src=http://4.bp.blogspot.com/-KI0L4JXyzy8/Tann4CJl_5I/AAAAAAAAA5I/gb7laorTFCM/s1600/Celebrity-Hairstyles-2011.jpg" rel="nofollow">http://mustachy.heroku.com/?src=http://4.bp.blogspot.com/-KI...</a>
评论 #2878943 未加载
评论 #2878726 未加载
andrewnez将近 14 年前
We've also open sourced the code for this extension here: <a href="https://github.com/forward/mustachio-chrome" rel="nofollow">https://github.com/forward/mustachio-chrome</a>
评论 #2879196 未加载
jessedhillon将近 14 年前
A sysadmin could use this to setup a funny prank involving background caching through a squid proxy -- replace all HTTP requests for images with mustachioed versions, for everyone on the network.
anigbrowl将近 14 年前
A capital jape, my good sir - but it is as nothing compared with the monocular terror which awaits us.
评论 #2879499 未加载
maushu将近 14 年前
Wouldn't it be better to use a JavaScript face detector? Like <a href="http://liuliu.me/detect/detect.html" rel="nofollow">http://liuliu.me/detect/detect.html</a><p>I don't know the details about this algorithm though, no idea if you can get the proper position for the mustache.
评论 #2879087 未加载
rookie将近 14 年前
bookmarklet<p><pre><code> javascript:void(location.href="http://mustachify.me/?src="+location.href)</code></pre>
mberning将近 14 年前
Needs access to all my data on all websites. No thanks.
评论 #2879156 未加载
kodablah将近 14 年前
It would be neat if this was all in JS and required the user to put in his face.com API key. You could add a context menu on an image and then replace that image w/ a Canvas w/ the image and the mustache on top of it.
schpet将近 14 年前
This has turned my Google logo black while searching:<p><a href="http://mustachy.heroku.com/?src=http://www.google.com/images/nav_logo83.png" rel="nofollow">http://mustachy.heroku.com/?src=http://www.google.com/images...</a>
kilian将近 14 年前
Very cool idea, I so need to do this for <a href="http://laserey.es" rel="nofollow">http://laserey.es</a>! :)
katieben将近 14 年前
hahaha okay props for an awesome idea (:
Andi将近 14 年前
What is this good for beyond wasting your time?
评论 #2880164 未加载
评论 #2880253 未加载