<script>
var sheet = document.createElement('style');
sheet.innerHTML = "div#tistory-comment {display:none!important;}\n"
document.body.appendChild(sheet); // append in body
document.head.appendChild(sheet); // append in head
</script>
댓글부분의 div 의 id가 tistory-comment인 경우가 대부분일 텐데
그 div 전체를 안보이게 Javascript로 구현했다.
위 코드를 게시글 html의 맨 밑에 붙여두면 된다.
특정 게시글에 악플이 붙을 때 유용하다.
'PC' 카테고리의 다른 글
MBR,GPT 섞이다가 C드라이브 날려먹다 (0) | 2022.07.23 |
---|---|
복돌용 게임 받는 곳 (0) | 2022.07.17 |
비주얼스튜디오::C# 코드조각 자동입력 (0) | 2022.04.14 |
온라인 c# 컴파일 사이트(앱) 몇개 (0) | 2022.04.11 |
비주얼스튜디오,파이썬 프로젝트 작업시 속성편집 (0) | 2022.03.17 |