간혹 길게 나오는 블로그 글의 링크를 짧게 줄여줍니다.
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 -->
'티스토리_코딩' 카테고리의 다른 글
티스토리 상단 광고 제거하기 (0) | 2022.06.06 |
---|---|
티스토리 Top 버튼 넣기 (1) | 2021.11.01 |
VSC (Visual Studio Code) 환경 설정 (0) | 2021.09.08 |
CodeSandbox - 웹에서 코딩하기 (0) | 2021.09.08 |
티스토리 긴문자열 자동 줄바뀜 (0) | 2020.09.17 |
댓글