내멋대로 내가 가는대로
  • 홈
  • 태그
  • 방명록
    • 분류 전체보기 (116)
      • 내멋대로 하고싶은대로 (1)
      • Programming (68)
        • 기본 (Baisc) (55)
        • 스프링 F.W (4)
        • 스프링.유틸 (7)
        • 업무 EXCEL (2)
      • 게임 (2)
        • 마인크래프트 (1)
      • Linux (30)
      • Work Style (1)
      • 아웃소싱-Job (6)
        • ProjectCardStyleCalendarNot.. (5)
        • 계약 관련 (1)
      • 깨알상식 (3)
      • 리뷰 (5)
      • 뉴스 (0)
  • 글작성
  • 방명록
  • 환경설정
  • 메뉴 닫기
크롬 방문기록 검색 결과
1 개의 검색 결과가 있습니다.
Programming/기본 (Baisc)

[크롬] 방문기록 추출

1. 개요 URL 목록 추출 후 정리가 필요하여, 찾던 도중 테스트하게되었음. 2 방법 let list = document.querySelector("#history-app").shadowRoot.querySelector("#tabs-content").querySelector("history-list").shadowRoot.querySelectorAll("history-item") let data = new Array(); for ( let i=0; i< list.length; i++ ) { console.log("URL", list[i].shadowRoot.querySelector("#link")); data.push(list[i].shadowRoot.querySelector("#link").inner..

2023. 2. 26. 17:34
  • «
  • 1
  • »
Powered by Privatenote Copyright © 내멋대로 내가 가는대로 All rights reserved. TistoryWhaleSkin3.4

티스토리툴바