Hacker News new | ask | show | jobs
by tlrobinson 6345 days ago
I made a bookmarklet:

javascript:if(typeof cornify_add==="undefined"){document.body.appendChild(document.createElement('script')).src='http://www.cornify.com/js/cornify.js';}else{cornify_add()};

First click loads it, subsequent clicks add a new image.

Now you can Cornify Hacker News too! http://skitch.com/tlrobinson/bddmx/hacker-news-cornified

1 comments

Some support please! I can't get the bookmarklet to work (it just loads the text of the url) and I MUST HAVE A CORNIFY BOOMARKLET! Thanks.
What browser? I only tested on Safari. Try this:

    javascript:(function(){if(typeof cornify_add==="undefined"){
    document.body.appendChild(document.createElement('script')).src=
    'http://www.cornify.com/js/cornify.js';}
    else{cornify_add()}})();
(remove the newlines)