/*
* @title はてなブログの記事編集ページのフォントを Courier New (等幅フォント)にする
* @description はてなブログの記事編集ページのフォントを Courier New (等幅フォント)にする
* @include https://blog.hatena.ne.jp/*/*/edit?entry=*
* @license MIT License
*/
javascript:(function(){document.getElementById("body").style.fontFamily="Courier New"})()