개요
코드
<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>
정리
제목 | 날짜 | ||
---|---|---|---|
287 | [브라우저] 파이어폭스 검색에 네이버 영어사전 등록하기 [1] | 15468 | 2010/11/25 |
286 | [브라우저] 파이어폭스 검색에 영어사전검색 등록하기(네이버, 네이트) [1] | 12912 | 2010/11/25 |
285 | [텔넷] MySQL 비밀번호 변경하기 | 11569 | 2010/12/02 |
284 | [브라우저] 파이어폭스 그리스몽키 | 15442 | 2010/12/20 |
283 | [생활] 사진 정리(송현정) | 21991 | 2010/12/30 |
282 | [생활] 효과적인 사진 폴더 정리 비법. | 21523 | 2010/12/30 |
281 | [브라우저] 파폭 Plugin Container.exe 프로세스 죽이기 | 15911 | 2010/12/30 |
280 | [브라우저] 포터블 파이어폭스 3 속도 향상시키기 [Speed Up!!!] [1] | 12769 | 2010/12/31 |
279 | [미디어/녹음·재생] flac mp3 변환 | 18370 | 2011/01/28 |
278 | [기타] 추천 스크린 세이버 | 15394 | 2011/02/21 |
277 | [브라우저] 문맥메뉴 이용해서 메일 보내기..는 아니지만;; | 12256 | 2011/02/26 |
276 | [생활] 스타크래프트 뉴포커디펜스 팁 | 28181 | 2011/03/01 |