diff --git a/sites/github.com/index.ts b/sites/github.com/index.ts index ccf140d..b4bffae 100644 --- a/sites/github.com/index.ts +++ b/sites/github.com/index.ts @@ -1,3 +1,15 @@ +import { forEachElementContains } from '../../util/dom' + +document.addEventListener('load', () => { + forEachElementContains( + '.js-diff-progressive-container', + 'Unchanged files with check annotations', + (el) => { + el.remove() + }, + ) +}) + // import { isInputting } from '../../util/dom' // // /**