koneBeta
sub_icon

all


ai로 만든 픽팍 비번 자동입력 스크립트

joocooh
joocooh
2025-10-10 12:37:50
조회 893 · 좋아요 4
4

댓글 3

zzopgg
zzopgg
13:25
굳 잘작동하내요
jamlee
jamlee
14:54
흠 잘안되네염 ㅋ
mintchockchicken
mintchockchicken
17:47(17:47)
이거 스크립트 한글은 지원하는데 영문은 지원 안해서 아래처럼 바꾸면 영문 사이트에서도 잘 될거임 const input = document.querySelector('input.el-input__inner[placeholder="비밀번호를 입력해주세요"]'); 이 줄을 const input = document.querySelector('input.el-input__inner[placeholder="비밀번호를 입력해주세요"]') || document.querySelector('input.el-input__inner[placeholder="Please enter the Password"]'); 이렇게 바꾸고 btn.textContent.includes("파일 보기") 이 줄을 btn.textContent.includes("파일 보기") || btn.textContent.includes("View File(s)") 이렇게 바꾸면 됨

전체