ㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋ
ㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋㅇㅋㅇㅋ
ㅇㅋㅇㅋㅇㅋ
지도가 아니라, 장소
카카오 경기 성남시 분당구 판교역로 166
게시글 테스트입니다.
(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();
}
})();