Hacker News new | ask | show | jobs
by talleyrand 6344 days ago
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.
1 comments

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)