Live data from Hacker News

Show HN: fontBomb - Stylishly destroy the web

fontbomb.ilex.ca

1–10 of 92 posts

Re: Show HN: fontBomb - Stylishly destroy the web

#4
post #2

I'm the author, it works best in Safari and IE 9. Use the bookmarklet to destroy any website. Source is here: https://github.com/plehoux/fontBomb/tree/master/src/coffee

So awesome. Spent 10 min blowing the hell out of hn. Now instead of raging against trolls I can simply blow them up.

Re: Show HN: fontBomb - Stylishly destroy the web

#8
post #6
post #2

I'm the author, it works best in Safari and IE 9. Use the bookmarklet to destroy any website. Source is here: https://github.com/plehoux/fontBomb/tree/master/src/coffee

Just curious, why it so faster in Safari then in Chrome?

I'm kinda sure it has to do with hardware acceleration.

Re: Show HN: fontBomb - Stylishly destroy the web

#10
post #6
post #2

I'm the author, it works best in Safari and IE 9. Use the bookmarklet to destroy any website. Source is here: https://github.com/plehoux/fontBomb/tree/master/src/coffee

Just curious, why it so faster in Safari then in Chrome?

My guess is that Safari rendering system use hardware acceleration and Chrome doesn't.

The bottleneck here is not javascript, it is the browser rendering system when applying all those css 2d transform.

Post reply on HN