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