GitHub のレビューで全部のファイルにレビューチェックを入れる
code:js
Array.from(document.getElementsByClassName('js-reviewed-checkbox')).forEach(elm => {elm.checked = true});