/*
* @title 2HatebuEntryMobilePage
* @description はてブのPC用エントリーページからモバイル用ページへ移動
* @include http://b.hatena.ne.jp/entry/*
* @license MIT License
* @require
*/
var myObj=document.getElementsByName('eid');
window.location='http://b.hatena.ne.jp/entrymobile/'+myObj[0].value+'?mode=more';