::
티스토리 블로그 접속 시 특정 게시물로 이동하기
2019. 11. 2.

▶ 아래 코드를 </head> 윗줄에 추가한다.

<script type="text/javascript"> 
	var add = location.href; 
	if(add == "https://블로그주소.tistory.com/"){ 
		location.href="특정주소"; 
	} 
</script>