Community Wishlist Survey 2022/Watchlists/Hide reverted edits/Proposal/ko

This page is a translated version of the page Community Wishlist Survey 2022/Watchlists/Hide reverted edits/Proposal and the translation is 100% complete.
"2 changes"을 클릭하면 빈 diff가 표시됩니다.
  • Proposed solution: 집합적으로 빈 diff를 생성하는 편집 집합을 숨기는 옵션을 추가합니다. 이러한 집합에는 일반적으로 파손 및 롤백 편집에 의한 하나 이상의 편집이 포함됩니다.
  • Who would benefit: 주시목록에 많은 페이지가 있는 편집자. 내 관심 목록에는 700페이지가 넘는 페이지가 포함되어 있으므로 내 주의가 필요하지 않은 편집 내용을 숨기는 것은 큰 도움이 될 것입니다.
  • More comments: 이 문제를 해결하기 위해 주시목록을 열 때마다 다음 자바스크립트 스니펫을 실행하도록 브라우저를 구성했습니다.
[...document.querySelectorAll(".mw-tag-mw-reverted .mw-plusminus-null")].forEach(
  (el) => { el.parentNode.parentNode.parentNode.parentNode.style.display = "none" }
)
이것은 나에게 잘 도움이되지만 부서지기 쉽고 모든 사람에게 분명히 해결책이 아닙니다.