Skip to content

Instantly share code, notes, and snippets.

@SaidBySolo
Last active May 6, 2021 13:49
Show Gist options
  • Save SaidBySolo/7e44a021f736070f6ba3e7f3dd321f20 to your computer and use it in GitHub Desktop.
Save SaidBySolo/7e44a021f736070f6ba3e7f3dd321f20 to your computer and use it in GitHub Desktop.
네이버 카페 작성 글 댓글 자동삭제

저는 비틱이 아닙니다

아 진짜라고요;;

카페홈 -> 내카페 관리 -> 내가쓴글보기 -> 작성글 or 작성댓글

ctrl + shift + i or F12 -> console

ctrl c ctrl v

이코드 보다 충분히 더 잘짤수있는사람 많을거임 참고용도로만 쓰던지 아니면 급하면 이거쓰셈

setInterval(async function a() {
const x = document.getElementById('cafe_main').contentWindow.document.getElementById('innerNetwork').contentWindow
x.confirm = () => true
x.document.getElementById("selectAll").click()
x.document.getElementById("a_remove").click()
}, 10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment