my bookmarklet
/* * @title "。" を "w" で置き換える * @description my bookmarklet * @include http://* * @license MIT License * @require */ document.body.innerHTML=document.body.innerHTML.replace(/。/gi, 'w');