kone
소미소프트

소미소프트

댓글 자동확장 개선 스크립트

05/31/2025, 08:06:09
유틸
2303 views · 6 likes

https://kone.gg/s/somisoft/b3Kid-M_YjOKD_kofh5zyb

여기 이분 스크립트에서 챗지피티로 댓글 확장 코드만 추출 후 개선한 스크립트입니다. 문제시 글삭함

원본 작성자가 삭제 요청시 글내림(허락받음ㅎ). 오류 생기면 스크립트 삭제 추천


1

원본 댓글 확장은 대댓 확장만 자동이고 댓글 더 불러오기는 자동이 아니라서 추가했습니다.


1
1

템퍼몽키 확장프로그램 받으시고 새 스크립트 만들기 > 안에 내용 지우고 스크립트 복붙 > 파일 저장


아래는 스크립트입니다.

// ==UserScript==
// @name         kone 댓글 자동 확장 + 더 불러오기
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  kone.gg에서 댓글을 자동으로 확장하고 '댓글 더 불러오기'도 자동 클릭합니다.
// @author       김머시기
// @match        https://kone.gg/*
// @grant        none
// @license      MIT
// @run-at       document-idle
// ==/UserScript==

(function () {
    'use strict';

    function clickAllExpandButtons() {
        const expandButtons = document.querySelectorAll('button');
        let clickedAny = false;

        expandButtons.forEach(button => {
            try {
                const text = button.textContent.trim();
                const isCommentExpand = /^\d+개의 댓글$/.test(text);
                const isLoadMore = text === '댓글 더 불러오기';

                if ((isCommentExpand || isLoadMore) && button.offsetParent !== null) {
                    button.click();
                    clickedAny = true;
                }
            } catch (e) {
                // 무시
            }
        });

        if (clickedAny) {
            // 여전히 확장할 수 있는 버튼이 남아있을 수 있으므로 재귀 호출
            setTimeout(clickAllExpandButtons, 500);
        }
    }

    function updateGlobalStyles() {
        const styleFix = document.createElement('style');
        styleFix.textContent = `
            .comment-wrapper,
            .comment-wrapper .overflow-x-auto,
            .comment-wrapper .overflow-hidden,
            .thread-body-content .overflow-hidden {
                overflow: visible !important;
                max-height: none !important;
            }
        `;
        document.head.appendChild(styleFix);
    }

    function runCommentFix() {
        clickAllExpandButtons();
        updateGlobalStyles();
    }

    const observer = new MutationObserver(() => {
        clearTimeout(commentFixTimer);
        commentFixTimer = setTimeout(runCommentFix, 100);
    });

    let commentFixTimer = null;

    observer.observe(document.body, { childList: true, subtree: true });
    observer.observe(document.documentElement, { attributes: true, attributeFilter: ['class'] });

    function observeURLChange() {
        let lastUrl = location.href;

        const urlChangeHandler = () => {
            if (location.href !== lastUrl && location.href.includes('/s/')) {
                lastUrl = location.href;
                setTimeout(runCommentFix, 500);
            }
        };

        const urlObserver = new MutationObserver(urlChangeHandler);
        urlObserver.observe(document.body, { childList: true, subtree: true });

        const originalPush = history.pushState;
        history.pushState = function () {
            originalPush.apply(this, arguments);
            urlChangeHandler();
        };

        window.addEventListener('popstate', urlChangeHandler);
    }

    const init = () => {
        runCommentFix();
        observeURLChange();
    };

    if (document.readyState === 'complete' || document.readyState === 'interactive') {
        init();
    } else {
        document.addEventListener('DOMContentLoaded', init);
    }
})();
6
1 comment
07/30/25
개추콘
[전연령] 우에다 레이나 (上田麗奈) ASMR 단독 작품 모음
소리
argoklarke
05/15 11449 52
내가 쓰려고 만든 동음 정리 유틸
유틸
yeppi
05/15 8250 24
[요청복구] RJ316841, RJ264999 2종
복구
toung
05/14 23794 47
Texture Tool for Unity 6 ( Mono / IL2CPP ) v0.1.1 최초 배포 버전
유틸
argoklarke
05/14 15262 28
구매보급 츤데레 여동생과 나의 힐링되는 일상 ~Intimate Days with My Tsundere Housemate~ (모바일 버전)
Mock
05/14 33926 79
[구매보급][직번][rk-2]친구엄마가 내 거근으로 마구 가버렸던 추억편
동인
프로베스트캣
05/14 37813 171
【한국어 자막판】 섹스프렌드 겸임 친구(♀) -시원시원한 질내사정 SEX가 딱 좋아- (섹스프렌드 겸임 친구 시리즈 1편)
소리
rbals2213
05/14 16878 93
26.05.21, 90일) RJ096241 비타민 퀘스트 1.06. 개선 26.05.21.7z
복구
ㅇㅇ
05/14 21566 66
아라포 마법무녀 프리티 아리시아
소리
siroyume
05/14 16386 54
[AI번역]요코시마 수행 마을 + 같은 서클 게임 3개 (수정1, 버전업)
번역
솔라셀
05/14 60093 277
[구매보급][번역요청] RJ275394 Demon's Slaves
미번
이름없는신사
05/14 23047 33
[구매보급][자막][변태 달콤 오호] 코스프레 유부녀 보○랑 질내사정 달콤 오호 Night♪
소리
이름뭐하지
05/14 27055 90
[기계번역] Abyss Of Pleasure v0.2.6 Remastered (번역파일만)
번역
karuparu13
05/14 45736 101
[자막파일만] RJ413277
소리
puella
05/14 18537 38
휴일 전날에는 밤새도록 생 이로하스(b)
동인
요요코코
05/14 15219 23
[요청복구] RJ01213836 히프노스 카드 ~타인의 메이드를 최면 게임으로 타락시킨다~
복구
gamja81
05/14 27974 78
미번,닭장맛집 레구라 신작) 편협한 사랑
동인
kjalar
05/14 30200 46
[구매보급][번역요청] RJ01544753 모브 얼굴인데 엄청 야한 몸매의 누나
미번
Liye
05/14 12968 36
이블린 & 아스트라 (ZZZ)
영상
브레머튼
05/14 27313 136
[구매보급/번역요청] RJ01372071 거유 언니의 오칭포시고키 GAME★슬롯 게임형 사정 관리+ 특전 데스모드
미번
summer4552
05/14 23962 49
[미번] [VR] Meltynight VR Premium 0.6.7
미번
ddalmmelier
05/14 18714 16
ai) ---스압--- 뱅드림
야짤
Ghost
05/14 11001 22
ai) ---스압--- 블아 예스예스미
야짤
Ghost
05/14 18519 27
ai) ---스압---전생슬 시온
야짤
Ghost
05/14 10536 17
[요청+그냥 복구]미라와 이상한 연금술, 몬무스에 정복 된 세계
복구
blackmalangcalf
05/14 32098 69
[haruhisky] 묘쌤은 이렇게 박혔다 1~3 (묘쌤은 이렇게 말했다)
동인
ㅇㅇ
05/14 42159 194
자작 MMD 공유
영상
pst0025
05/14 16269 64
[AI작품] 환생했더니 JK라서 일단 아저씨한테 안겨보았다
동인
snciejwbaqqq
05/14 32399 84
[요청복구] 프린세스 새크리파이스
복구
nhu7853
05/14 19376 34
[청아] 유호 (명조)
영상
브레머튼
05/14 22042 108