본문 바로가기

Script

티스토리, 새글 아이콘 바꾸는 방법

 

티스토리 제공, 새글 아이콘

new_ico_1.gif new_ico_2.gif new_ico_3.gif new_ico_4.gif new_ico_5.gif

 

적용방법,

$('img[alt="N"]').each(function() { $(this).replaceWith('<img src="https://t1.daumcdn.net/tistory_admin/assets/blog/tistory-6f57c2b484cfa6653afc785174707a9e0d4e49de/blogs/image/category/new_ico_5.gif" alt="N">') });


// 원하는 아이콘를 선택.
~~/new_ico_1.gif 
~~/new_ico_2.gif 
~~/new_ico_3.gif 
~~/new_ico_4.gif 
~~/new_ico_5.gif

 

더 쉬운방법

img[src*="new_ico_1"]{filter: sepia(100%) hue-rotate(-45deg) saturate(700%) contrast(400%); padding-bottom:2px;}