kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2285 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
개추콘
이거 어떻게 받는거에요???
소리
gansik
05/16 15060 52
시니시스타 2 업뎃기념 모드 모음
유틸
sims9876
05/16 20896 105
존재감 여동생 조만간 v1.1 업뎃 예정 + 지금그리고있는 추가장면들
정보
kkkkkk0909
05/16 12428 20
[미번/구매보급/번역요청] Star Knightess Aura 스팀판
미번
giraffeman
05/16 17955 43
(미번, AI) [Mamaya] 알바 하는 곳의 파트 주부 2, 2.5
동인
츠바키미유
05/16 12597 30
[다운로드 오류 안내] 요몽원 v1.7.2
미번
kkkkkk0909
05/16 23163 36
[요청복구] 마법소녀 셀레스포니아 Maple 개조 버전 복구
복구
V
05/16 17792 40
AI) 간호사 무표정쨩
야짤
miso5
05/16 15381 124
[Sakai] 성행위 실스읍 3
동인
1uF
05/16 29107 141
[한글자막] 소녀 라무네 1화~6화
영상
imakotou
05/16 22255 171
[Danimaru] 한 번 더, 해보고 싶어. + 좀 더, 해보고 싶어.
동인
1uF
05/16 14191 60
[Namboku] 최종 결전에서 처음으로 서로의 맨얼굴을 보고 반해버린 용사와 마왕
동인
1uF
05/16 22991 95
(코이카츠) 버튜버 프리셋 공유 ver.2
유틸
pst0025
05/16 13314 51
(코이카츠) 버튜버 프리셋 공유 (복구)
유틸
pst0025
05/16 14765 64
린네 Part.1 (명조)
영상
브레머튼
05/16 16979 119
nt레보 사키코 불륜사정 if 주임선생이 헌팅을 막지 못했다면
동인
1Q2W3E4R
05/16 28693 59
비월선행록 DLC제작관련 소식
정보
보바도사
05/16 7876 20
프로미아(ZZZ) & 앨리스 (원신)
영상
브레머튼
05/16 21898 108
[5/16] 아를레키노 & 푸리나 파트 1 & 파트 2
영상
브레머튼
05/16 26268 153
[구매보급] RJ01438753 少年領主の勉強の日々 SLG
미번
SML
05/16 12739 34
AI 채색 [Rama] Yuuki-san wa Boku no Mono | 유우키는 나의 것
동인
fhfhfghdr453
05/16 18429 103
[AI번역]모브얼굴에 개변태바디인 누나
번역
솔라셀
05/16 32523 150
자체번역,업뎃)Sinisistar2 1.3ver
번역
쩝냡
05/16 54892 366
[요청복구] 1개
복구
ashi
05/16 23500 41
헬렌 (소녀전선2)
영상
브레머튼
05/16 22284 128
비비안 (ZZZ)
영상
브레머튼
05/16 20889 109
[청아] RJ01601050 令嬢遊戯-連れ去られチ◯ポ穴にされる少女-
영상
r4gsdrg
05/16 23996 77
[5/15] 비즈니스 커뮤니케이션 강좌에서 사정하는 이야기
영상
브레머튼
05/16 19979 153
[구매보급]저출산 대책 지도원이 오호 목소리 도스케베 아이 만들기 교미하는 이야기
소리
이름뭐하지
05/16 12558 72
[요청복구] 아일랜드 사가 1.0.6_수정1_수정v1.7
복구
meruna00
05/16 20271 68