/*
* @title ひとでごう
* @description my bookmarklet
* @include http://hitode909.hatenablog.com/entry/2013/12/31/220643
* @license MIT License
* @require
*/
var s = document.querySelector(".entry-content");
s.innerHTML = s.innerHTML.replace(/\./g,"<hr/>");