kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2245 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
개추콘
후타 / 칸코레) 유우다치X시구레
영상
darkunicorn
05/18 14635 46
VX 번역기 근황
일반
mowajelly
05/18 3220 4
[미번] 비주얼노벨계 야겜 5개
미번
미스터장
05/18 14235 53
[AI, 미번 중국어] (northflower) 오오스키 마마코 NTR (연재중)
동인
츠바키미유
05/18 18517 24
언홀메 이 레버 어떻게 작동시킴?
질문
unzuk
05/18 3536 0
[미번] 위험한 아르바이트 노모 (26.04.29)
미번
미스터장
05/18 11897 54
비월선행록 폰트는 어떻게 바꾸는걸까.
질문
보바도사
05/18 5594 1
마론마론 고화질 모음집 요청드립니다.
요청
kekeioio
05/18 5113 0
[미번] 요코시마 피트니스클럽 ver.24.04.06
미번
미스터장
05/18 13444 21
[미번] 미번 일겜 26개 + 미번 양겜 4개
미번
미스터장
05/18 14680 62
[미번/번역요청] yara se te kureru gyaru no sakitani sann ni ha de katinn no sehure ga iru
동인
zktmzktmzktm
05/18 7971 7
효광 (스타레일)
영상
브레머튼
05/18 13098 88
아델레이드 여관 Adelaide inn 1 remake 해본사람 질문좀
질문
nikefly
05/18 3398 0
[구매보급/버전업] 알미오시온의 의술사 ver 1.052
미번
Wicker Man
05/18 24289 98
AI, 셀레스포니아) 최면 인식 저해
야짤
miso5
05/18 17942 86
조이플레이 헤르미온느 구동 제발 해결책좀..
질문
shdudi
05/18 2812 0
폭유파티 질문
질문
triple321
05/18 2626 0
[미번/번역요청]옆집의 다우너JK는 나~빠 마조 여자라서 구혼 오나홀이 되고싶어
동인
아돌
05/18 9259 13
starknightess aura 메이드 관련
질문
as2344
05/18 1189 0
[세이브 요청]RJ01214867 ふたりぐらし(둘만의 생활) VER 1.635 SAVE
요청
렐루
05/18 8100 0
비월선월록 정기메인퀘 질문
질문
sorbe123
05/18 3087 0
sinisitar2 1.3v 전개방 세이브
요청
kystar76
05/18 5292 2
공지 이거 수정해야하지 않음?
일반
ahnhyunmin
05/18 3015 2
[요청복구] RJ131077 xenotake
복구
hjw8011
05/18 16091 50
이쯤되면 렉시스가 파트리체아보다 쎈듯
일반
ㅇㅇ
05/18 3535 0
[복구요청] RJ424103 アゾット 아조트
요청
명붕이
05/18 4715 0
복수의밤안개 불안하다...
일반
Salmon103918
05/18 3874 0
의술사 철의악마 진짜 개빡셌다..
일반
kimrak
05/18 3514 0
쯔꾸르 야'겜' 추천좀 해주세요
질문
05/18 3057 1
손신 정발 희망을 잃어가는중
일반
렐루
05/18 2949 -1