/*
* @title 匿名ダイアリーのキーワードのアレ
* @description 匿名ダイアリーのキーワードへのリンクが使いにくいんじゃ
* @include http://anond.hatelabo.jp/
* @license MIT License
* @require
*/
document.getElementsByClassName("keyword").forEach(function(value) { value.host = "d.hatena.ne.jp"; })