scrapboxで特定行にスクロールする
/* * @title bookmarklet * @description my bookmarklet * @include http://* * @license MIT License * @require * @private * @javascript_url */ (()=>{ document.getElementById("L" + location.hash.substr(1)).scrollIntoView() })();