kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2330 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
개추콘
[RJ01235645] 도스케베 ○○ 시리즈
소리
hun99
05/11 9888 50
[RJ01225102] 짓궃은 오니선배 시리즈
소리
hun99
05/11 8640 52
요청복구) [RJ01233326] 쥬인님 죠아 갸루메이드 시리즈
소리
hun99
05/11 9438 53
태그참조)Mgister작가 2019~2026.5
야짤
smpeopleisgone
05/11 17479 19
(요청복구) 여친갱생게임 -엣치한 장난감 전부 써보자- 손번역+이미지번역
복구
sinryeong
05/10 30121 81
ai, 찢) VVIP가 되어 리나를 지명 하고 잔뜩 섹스했다
야짤
kjh9304
05/10 15643 109
자체한글, 자체번역 야겜 18개 뭉탱이
번역
미스터장
05/10 109442 562
[버전업 알림] 드래곤 블러드 2.12(+DLC1 1.03) 이미지 번역 업데이트
번역
joyed47106
05/10 54740 241
90일) 2. RJ137267 ROBF S4U v1.0. 개선 26.05.11.7z
복구
ㅇㅇ
05/10 24700 47
하루돌 매니저 Vol.18 ~ 스카우트와 다양한 구현 ~
정보
라임무르
05/10 9265 29
아이돌 사무소 경영 시뮬레이터 "하루돌 매니저"
정보
라임무르
05/10 22683 54
[ai번역,미검수,NTR,QOS] [AI 작품 Renbocloud] 유우카,키사키,세이아,이로하,아미야
동인
radori4141
05/10 41696 105
[AI + 발] RJ01307385 - 야간 버스 치한 시뮬레이션 1.01 한글(버그 수정 함 + 30일로 수정)
번역
fbeurb1290
05/10 57921 348
미번) 동생의 처녀 받아가줄래
동인
kjalar
05/10 20002 27
[기계번역]복구 6종
복구
브라더스
05/10 41745 120
[자체번역] 검은 유원지 ver.1.1 (22.06.19)
번역
미스터장
05/10 50665 105
존재감 옅은 여동생 H씬
영상
고죠/센세
05/10 56108 215
AI) 도트 야겜 스타일 야짤
야짤
아즈칼
05/10 19799 31
[미번][번역요청] 종말의 얼터에고이즘 v1.0.7 + dlc
미번
qkrdpshr4709
05/10 12400 70
re sister 여동생동거생활 DLC근황
정보
여동생킬러
05/10 12597 16
[구매보급/공식번역] RJ01605201 스즈카의 고민
번역
kimbada
05/10 44713 181
요청복구) RJ01148691 여고생 스파이 잠입수사 성 음술학원 1.04
복구
ajrnflxhdqkf
05/10 35474 34
[구매보급]【LIVE2D동영상】서브 리미널 세뇌 소녀·마인드 컨트롤 걸
소리
arahashi
05/10 10948 55
[RJ01562540][AI 자막만 Part 1 ~ 6] 응석받이 꽃 기린 ~석홍류~
소리
creatine
05/10 12621 56
[구매보급][버전업][번역요청] callgate 2.7.1
미번
kw123
05/10 16464 26
[구매보급]가출 소녀와 성 처리 담당 [오호 목소리]
소리
이름뭐하지
05/10 11774 53
Tachibana Omina 모음집
동인
playthesean
05/10 22474 95
[DYTM] 수영장 감시 아르바이트
동인
카오스
05/10 23486 89
[보이스코믹][구매보급][한] 자지가 생겨버린 우등생짱, 친구랑 짝짓기
소리
vereeeev
05/10 16755 125
[bWlnMTViaXM=] 작가 붕괴스타레일 스파클 영상
영상
karatro
05/10 40088 142