• 선택하신 태그에 해당하는 글이 없습니다.
  • 다른 태그를 선택하시거나, 검색 기능을 활용해 보세요.
  • 선택하신 카테고리에 해당하는 글이 없습니다.
  • 다른 카테고리를 선택하시거나, 검색 기능을 활용해 보세요.
  • 선택하신 기간에 등록된 글이 없습니다.
(function () { function simplifySubscriptionText() { var buttons = document.querySelectorAll('.profile-subscription .btn_subscription, .profile-subscription .button-subscription, .profile-subscription button, .profile-subscription a'); buttons.forEach(function (button) { if (!button || button.classList.contains('following')) return; var strong = button.querySelector('strong'); var em = button.querySelector('em'); if (strong) strong.style.display = 'none'; if (em) { em.textContent = '구독하기'; } else if (button.textContent && button.textContent.indexOf('구독') > -1) { button.textContent = '구독하기'; } }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', simplifySubscriptionText); } else { simplifySubscriptionText(); } })();