Fontbomb bookmarklet

This bookmarklet gives you the ability to place exploding bombs on a web page. To install this bookmarklet Drag the code below into the bookmark bar if you can't see that then press CTRL+SHIFT+B.

javascript:(function () {var s = document.createElement('script');s.setAttribute('src', 'http://fontbomb.ilex.ca/js/main.js');document.body.appendChild(s);}());