kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2278 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
개추콘
ai) 큐어 아르카나 섀도 비키니
야짤
Ghost
05/16 17277 47
ai) 큐어 아르카나 섀도
야짤
Ghost
05/16 9475 34
ai) ----움짤---- 렌탈카노죠
야짤
Ghost
05/16 19139 47
[요청복구] RJ297120 마법소녀 셀레스포니아 v1.10 순정
복구
toung
05/16 19310 42
[구매보급]【한국어 자막판】 【키스특화】사에키 선배와 방과 후 키스 연습~겨울방학 첫 참배 데이트편~【역NTR】
소리
puella
05/16 17631 92
[요청복구] (RJ354108) 비타민퀘스트2 업스케일링 판
복구
sinbiru
05/16 26385 79
[손번][RJ01620541]이치카짱 간발의 차
번역
dmol2279
05/16 50943 203
명방엔필) 관리자 착유+촉수
영상
darkunicorn
05/16 37529 103
자작 MMD 공유
영상
pst0025
05/16 19851 95
블아) 노노미 수영복
영상
darkunicorn
05/16 20544 153
[손번역,노모작업] 감각 차단 암컷화 트랩!
번역
미스터장
05/16 60400 271
직번)son yohsyu)깨끗하고 올바르게, 성교중
동인
woo15
05/16 17190 63
[구매보급][한국어자막]변태인 새댁이 보○를 귀여움 받는 이야기[오호고에/정음 트름】
소리
이름뭐하지
05/16 14661 88
블아) 키쿄
영상
darkunicorn
05/16 21066 87
TXVqaXRhWA 영상 4k 모음
영상
karatro
05/16 19553 123
(고어, 료나) [요청복구] RJ01186269 Devastate
미번
ArIso
05/16 18446 39
[AI번역,이미지번역,미검수] RJ432297 크로네의 기분 v1.0.3
번역
qqoro
05/16 47735 154
청아) 프루네
영상
darkunicorn
05/16 21825 82
[5/15] 야고코로 에이린의 맨즈 클리닉
영상
브레머튼
05/16 23475 137
TjNCMWNIVT0= 영상 관련해서 일단 의도치 않은 분란 일으킨거에 대해 사과
일반
meruna00
05/16 6894 61
버튜버) 아마미야 코코로
영상
darkunicorn
05/16 26209 94
ㅇ1와라에 거물급 신인 등장
영상
strongman76
05/16 47482 211
[복구] RJ01540816 창해의 레이디 스파이 ver.1.0.0
복구
simsim22
05/16 22691 90
청?아 / 버튜버 / 이종간) 아르스X촉수
영상
darkunicorn
05/16 22915 66
[미번/번역요청]미용실 스텝 누나가 빼주는 이야기
동인
아돌
05/16 10009 20
[고전/모음집] almond collective 업스케일링
영상
미노타쿤
05/16 26248 247
청?아 / 블아) 아리스(임ㅅ전)
영상
darkunicorn
05/16 22877 104
[구매보급] [버전업] RJ01485652 종말의 얼터에고이즘 ver1.08+DLC 포함 ver2.01
미번
gkqisq
05/16 14088 83
청아) 오네쇼타 귀핥기+대딸 3인칭 / 1인칭
영상
darkunicorn
05/16 25512 88
(ai번역)Akagi asahito - 불량한 여친 시리즈 7편
동인
플르
05/16 13350 35