포토DA 매체사 이미지 로딩 지연시

아래 처럼 수정해서 등록해야함 function waitForImageLoad(imgSelector) { return new Promise((resolve) => { const images = document.querySelectorAll(imgSelector); let loadedCount = 0; function checkAllLoaded() { loadedCount++; if (loadedCount === images.length) { resolve(images);…

0 Comments

크랙없이 MS 오피스 인증하는 방법

먼저 Win + x 로 들어가서 Windows powershell 관리자 모드로 실행 Windows powershell 에서 명령어 실행 irm https://get.activated.win | iex 그후 화면에서 2번 선택 그 다음 화면에서 1번 선택 그 다음…

0 Comments

End of content

No more pages to load