개요
코드
<script> // HTML 코드가 완전히 로드된 후 실행되도록 이벤트 리스너를 등록합니다. document.addEventListener("DOMContentLoaded", function() { // div#w20240312d228a02114f14 요소를 선택합니다. var originalDiv = document.querySelector("div#wdgid12345"); // div#w20240312d228a02114f14의 HTML 내용을 가져옵니다. var originalHTML = originalDiv.innerHTML; // depth-1 클래스를 가진 li 요소들을 선택합니다. var depthOneElements = document.querySelectorAll(".viewport-nav.mobile._menu_wrap"); // 각 li 요소에 대해 작업합니다. depthOneElements.forEach(function(element) { // li 요소의 마지막 자식 요소를 선택합니다. var lastChild = element.lastElementChild; // 새로운 HTML 코드를 생성합니다. var newHTML = '<div class="sns-box"><a href="https://www.instagram.com/eondcom/" target="_blank"><i aria-hidden="true" class="fab fa-instagram"> </i></a><a href="https://blog.naver.com" target="_blank"><i aria-hidden="true" class="ii ii-nblog"> </i></a><a href="https://www.youtube.com/" target="_blank"><i aria-hidden="true" class="ii ii-youtube"> </i></a><a href="https://www.tiktok.com/@studioolaa" target="_blank"><i aria-hidden="true" class="fab fa-tiktok"> </i></a><a href="https://www.instagram.com/eond_com/" target="_blank"><i aria-hidden="true" class="ii ii-instagram-rn"> </i></a></div>'; // 가져온 HTML 내용을 newHTML 변수에 담습니다. //var newHTML = originalHTML; // 올라 인스타 / 블로그 / 올라유튜브 / 틱톡 / 대표님인스타 // 새로운 HTML 코드를 마지막 자식 요소 뒤에 추가합니다. lastChild.insertAdjacentHTML('afterend', newHTML); }); }); //console.log('header'); </script> <style> .sns-box{ display:flex;display: flex; align-items: center; gap: 5px; margin: 10px; margin-top:150px; } .sns-box a{ display:flex;display: flex; align-items: center; justify-content:center; width:24px;height:24px; } </style>
정리
제목 | 날짜 | ||
---|---|---|---|
239 | [모바일] 다음 웹툰 앱 등장! | 7887 | 2013/06/10 |
238 | [윈도우] 키보드로 클릭 대신하기 | 11125 | 2013/06/11 |
237 | [윈도우] 윈도우7 윈도우8 사용자 폴더 이동하기(비추) [4] | 5173 | 2013/06/13 |
236 | [모바일] 에코모바일 3G접속과 MMS수신을 위한 APN설정 | 11335 | 2013/06/13 |
235 | [윈도우] SSD 드라이브 최적화 | 6079 | 2013/06/22 |
234 | [윈도우] 윈도우8 시작버튼 프로그램 8StartButton | 8190 | 2013/06/22 |
233 | [미디어/녹음·재생] 윈도8 태블릿용 팟플레이어 추천 스킨 : 매트로X | 11260 | 2013/06/22 |
232 | [윈도우] Windows 사용자(Users), Program Files, Program Files (x86) 폴더 D드라이브로 이동시키기 [1] | 10930 | 2013/06/22 |
231 | [윈도우] 윈도우8 부팅 시 부팅 선택모드 복구메뉴 추가하기 | 11051 | 2013/06/24 |
230 | [윈도우] 도스에서 드라이브 문자 변경하기 | 8783 | 2013/06/25 |
229 | [X61] 레노버 X61 무선 인터넷 제한됨 해결방법 (인텔 무선인터넷 드라이버 재설치) | 22080 | 2013/07/04 |
228 | [X61] 트랙포인트(빨콩) 대체하기 | 9110 | 2013/07/10 |