my bookmarklet
/* * @title bookmarklet * @description my bookmarklet * @include http://* * @license MIT License * @require */ var url="http://www.google.co.jp/webhp?hl=ja&complete=1o"; var encstr = encodeURI(url); window.alert(encstr);