JS Packer
pack JavaScript into a self-extracting PNG
usage
Paste your JS code into the textarea
Press the pack button
Download the result (either the dataURI or the image)
Open it in your WebBrowser as a html file
var a = 1; var b = 2; alert( a + b );
pack the js into a png