アドレスのbase64を表示
/* * @title href64 * @description アドレスのbase64を表示 * @include http://* * @license MIT License * @require http://tociyuki.flop.jp/archive/base64.js */ (function(){ alert(base64encode(location.href)); }())