◼️티스토리 운영 팁◼️
티스토리 url 주소 통일 HOW..?
#€£¥¥++
2022. 5. 11. 18:50
728x90
반응형
1) 아래 코드를 복사합니다.
<script type="text/javascript">
if(typeof(history.pushState) == 'function')
{
var CatagoryURL = location.href;
CatagoryURL = CatagoryURL.replace(/\?category=([0-9]+)/ig,'');
history.pushState(null, null, CatagoryURL);
}
</script>
728x90
반응형