kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2328 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
개추콘
[구매보급] [미번] RJ273459 음문의 크로스로드
미번
어린이사랑꾼데미갓
05/02 16155 35
[구매보급] [자막] RJ01310286【한국어 자막판】 레○프 폴리
소리
어린이사랑꾼데미갓
05/02 9430 75
Br@n) 보컬로 + 종합편집 모음
영상
비밀봉투
05/02 21208 90
남꿍우 & 와이즈 (ZZZ)
영상
브레머튼
05/02 19903 96
직번](sorai shinya)쿠루미 마리의 H한 여름축제
동인
woo15
05/02 15228 27
[ai번역]妻の本性を知ってから〜寝取られ報告編〜
동인
doumaro
05/02 29982 91
[후타] 벨리나 & 노르마 (ZZZ)
영상
브레머튼
05/02 16798 101
[ai번역]Boku no Kanojo wa, Boku to wa Sex Shitakunai _ 我的女友不想和我做愛 (decensored)
동인
doumaro
05/02 22704 97
VPN 분할 터널링 모르고 쓰는 친구들이 많네
정보
argoklarke
05/02 13830 77
[수정3][ai번역][일부 이미지 번역] LOVING DEAD GIRL 러빙・데드・걸 v1.0.2
번역
ㅇㅇ
05/02 57762 162
AI, 셀레스포니아) 음주와 소년2
야짤
miso5
05/02 13911 81
무료 VPN인 OPEN VPN 사용법
정보
gamiren
05/02 9554 32
[AI&이지트랜스 미검수 일부 손번]8번 미요
번역
Plasher
05/02 35606 99
여기에 있는 유저는 알겠지만
일반
와들와들사시나무
05/02 12544 78
[미번복구] [RJ376981] 마도사 카나데의 후타나리 던전 Quest 1.2 (영문판,노모)
미번
개구리
05/02 9685 20
리오맘 4월
영상
Poznan
05/02 21692 167
검열 관련 타임라인
일반
미스터장
05/02 17209 78
[5/2] 시시아 (ZZZ)
영상
브레머튼
05/02 19841 208
[후원보급] TUNNEL ESCAPE FE 0.21.0a
미번
야드파운드
05/02 11842 67
검열 떡밥 이제 해금인가보네
일반
하츠네미쿠
05/02 9135 50
ai, 붕스) 헤르타님과 러브러브 아기 만들기 섹스
야짤
kjh9304
05/02 17731 88
아직도 7월1일 검열 강제적용에 뒷짐 지는 사람이 있노
일반
rwm435
05/02 16917 67
[90일][구버전][추가복구 없음] RJ01483219 [기번] 비밀 쉐어 하우스_v1.06
복구
Ghost
05/02 28473 58
[미번/구매보급/번역요청] 종말의 얼터에고이즘 1.07 + DLC
미번
lgb0604
05/01 22591 165
[미번/구매보급] 염월 선행록 1.282 중국어
미번
페비
05/01 73641 273
(복구) 골라먹는 뷔페
소리
Ghost
05/01 41340 191
혹시나 해외 사이트 통해서 다운받는법 아직 모르는 사람 있을까봐 공유
정보
immuune
05/01 15441 209
ai) 야겜제작 35일차
창작
뜌땨뜌땨
05/01 12390 48
달아오르다
동인
hatlatal
05/01 18865 78
[AKIRE][컬러/노모] 나만의 응석을 받아주는 거유JK아내를 다른남자에게 안기게 해봤다 5
동인
프로베스트캣
05/01 23237 75