/*
* @title えあ草紙直接変換
* @description 今見ているページを直接えあ草紙で変換します
* @include http://*
* @license MIT License
* @require
*/
javascript:document.location='http://www.satokazzz.com/airzoshi/reader.php?url='+encodeURI(location.href)+'&home='+location.href+'&title='+encodeURI(document.title);