GitHubのインラインコメントを全部隠す機能が欲しい

インラインコメントがあるとコードを大枠で見れない

とりあえずブックマークレットにした

javascript:document.querySelectorAll(".inline-comments").forEach(function(item){item.setAttribute("style", "display:none")})