@@ -4,7 +4,6 @@ * @include http://* * @license MIT License * @javascript_url- * @private*/ (() => {
/*
* @title b
* @description はてなブックマークのコメント一覧ページに遷移する
* @include http://*
* @license MIT License
* @javascript_url
*/
(() => {
location.href = `https://b.hatena.ne.jp/entry/${location.href.replace('#', '%23')}`;
})();