/*
* @title hatena remover
* @description remove hatena
* @include http://b.hatena.ne.jp/entry/*
* @license MIT License
*/
+function(){
document.location.href=document.location.href.replace(/b.hatena.ne.jp\/entry\//,"").
replace(/http:\/\/s\//, "https://");
}()