アドレスのmd5を表示
/* * @title hrefmd5 * @description アドレスのmd5を表示 * @include http://* * @license MIT License * @require http://pajhome.org.uk/crypt/md5/2.2/md5-min.js */ (function(){ alert(hex_md5(location.href)); }())