티스토리_코딩

티스토리 포스팅된 글의 링크를 짧게

레임3D 2022. 6. 12.

간혹 길게 나오는 블로그 글의 링크를 짧게 줄여줍니다.

https://lioicreim.tistory.com/notice/500?category=12345678
https://lioicreim.tistory.com/notice/500

 

아래 코드를 HTML <head>안에 넣어줍니다.

<!-- 카테고리 URL 제거 Code Start -->
<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>
<!-- 카테고리 URL 제거 Code End -->

댓글

💲 추천 글