kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2226 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
개추콘
[기번/체험판] 약탈 소녀 레이라 ~세계를 위해 이 몸을 바치는 공의 계약~
번역
미식이네
04/23 74358 175
이블린 슈발리에 [ZZZ] (누드 + 스타킹 버전)
영상
브레머튼
04/23 40176 142
(노모) [Momokumo] 요물의 방
동인
04/23 53448 321
Daily lives of my countryside 퀘스트 손번역 (3%)
번역
감자떡사요
04/23 33586 179
[미번/구매보급] RJ01600694 CRYNARIA
미번
exin
04/23 27008 119
[Hirno] 백황월희 래빗 세레나 #촉수괴인패배편
동인
ashgray
04/23 30847 127
[버전업][자체한글]변태여친 ~나와 그녀의 두근두근♡ 생방송~ v1.13(26.04.22)
번역
diniel
04/23 58087 230
올해 기대중인 작품들
야짤
ㅇㅇ
04/23 24759 45
[일반애니/프리큐어 BD 특전모음] 2013년~2025년
영상
imakotou
04/23 23925 67
[구매보급]독설 메이드 냄새 맡기 오호고에 타락 세뇌 ~상식 개변·강제 냄새 페티시화~
소리
코끼리땃쥐
04/23 23315 79
여동생신관 DLC 대형업데이트 24일 확정
정보
여동생킬러
04/23 13270 33
[기계번역] The stereotype that only girls play healers isn’t true at all!!! v0.2.8 (번역 파일만)
번역
karuparu13
04/23 36030 70
AI, 블아) 철도가키 W펠라
야짤
miso5
04/23 12336 55
빙글빙글 치한전차 (중국어판)
zeroel
04/23 25153 28
[구매보급] 교역 거리의 검은 위병 append 합본 2.1.1
미번
404-not-found
04/23 15065 51
RPG MV/MZ 안실시간 미리번역 업데이트
유틸
mrpls
04/23 7823 27
후타나리 한계 사축(36세)는, 막 배운 자위를 그만두지 못한다 [KANI the WORLD]
동인
ㅇㅇ
04/23 19697 68
[미번/번역요청] TS 마법소녀 나오! 2nd!! (Ver.2019-12-19 パッケージ版)
미번
googleyrak
04/23 15463 32
[구매보급]순애♡흑화 마법 소녀 ~질척한 러브 섹스 진심 교미 해버리는 이야기~
소리
이름뭐하지
04/23 32751 85
미검수/기번/NTR/이상성욕] [리버스데이-뮤턴트전기] & FGM.104
번역
laskokoi
04/23 53749 133
안돼! 동거라이프 대충채색_후기
후기 및 공략
donaban
04/22 14352 51
[후원보급]bmFqYXI= 치유키와 하즈키 파트3 단면버전
영상
pangya
04/22 29659 161
비밀 노출 -배덕의 달콤함에 물든 마나카- 후기
후기 및 공략
Nate Higgerson
04/22 12575 17
후타, 청아, 방뇨)3학년 B반 말자지 선생 ~후타나리 체육교사 • 모리타 리츠코~
동인
haroishi
04/22 34983 74
[QHD 96f] 해바라기는 밤에 핀다
영상
Shinjiro
04/22 32871 130
[요청복구] VJ011811 [CatwalkNero] 아나스타샤와 7인의 공주여신 -음문의낙인-
복구
karatro
04/22 35391 60
존재감 여동생 제작자 사과문 좀 간단하게 요약하자면
정보
kokori
04/22 23867 47
[Ai 후원] 투럽 모미오카 리사 메이드 [365p]
야짤
Ghost
04/22 16442 20
존재감 여동생 22일 공지(번역기)
정보
pajama
04/22 18644 23
[Ai 후원] 에로망가 진노 메구미 [340p]
야짤
Ghost
04/22 28953 24