kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2396 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
개추콘
소와 양의 잡화 상점 이미지 번역 기록 -2-
작업현황
5dk2io1
05/22 4422 22
3Mura 0522
영상
참새
05/22 24471 90
의술사 스포)볼때마다 아쉽다
일반
ashesone
05/22 2707 0
48시간 하고 30분 정도만 더 지나면 아크메시아가 나와요
일반
허벅지말랑말랑
05/22 2512 1
모란 체험판 번역 오류 ㅈㄴ 많네 ㅋㅋ
일반
fdzzz
05/22 1933 -2
ai) NTR 접대골프 4
야짤
ai0098
05/22 13648 89
고대유적겜 MTool 번역 시도 결과
일반
paddackmon
05/22 4241 0
[복구요청] RJ038588 May Queen ~小鳥 Afterwards
요청
하이바라
05/22 2936 1
전설의 보물에 즉시 발정!? 갸루 모험가와 정신을 잃고 오로지 밀착한 채 땀 범벅이 된 섹스
소리
zimbabwe
05/22 11166 89
3D 작가? 질문
질문
jet0u
05/22 2043 0
유랑민 다시해보고싶어서 하는데
일반
fourdragonruler
05/22 1720 0
비월선행록 능소궁 막힘질문
질문
chuckyong
05/22 3044 1
Cobby 관련 영상 업로드 중지에 관한 글. 그리고 분탕 짓거리에 대한 2차 사과문
일반
meruna00
05/22 2546 -2
응석받이 겨울편 mv치트툴 쓰고있는데
질문
dadadwdawd
05/22 3773 0
없어져서 아쉬운 작가
야짤
mumei1234
05/22 4940 5
[실시간 번역기 4.0.0 베타 5] 일부 게임 실행 아예 안되던 오류 수정했습니다.
일반
mrpls
05/22 2668 4
섹스 실습 이거 해본 사람??
질문
oimasage
05/22 3236 0
여동생과 1개월간 5월 2주 부터 4주차 까지 (이미지 추가완료)
정보
beatrirz
05/22 8601 18
[RJ01525764] (요청복구, 자막만, AI사용) 의지악 다우너 메이드의 엉망 사정 관리
영상
후후추
05/22 15176 44
[야애니/알림] 음오옥 똰지 7화 업 알림
영상
공승아
05/22 12510 28
(AI번역)[Gin Eiji] [오네쇼타?] 담임에게 최면을 걸어 섹스 실전수업 받았습니다 (담임최면따먹)
동인
초보역식자
05/22 26974 109
Star Knightess Aura 짤막 후기(스포)
후기 및 공략
paddackmon
05/22 5420 2
던브 통합에로 모드 행동력 가루 어떻게 합침?
질문
dagnaerae
05/22 3155 0
모란2 체험판 해보니까 감질맛 난다
일반
ㅇㅇ
05/22 2764 1
MTool 번역이 커버하는 범위가 어디까지야?
질문
paddackmon
05/22 4468 0
룰 삼사는 한동안 서버 괜춘하더니 또 말썽이네
일반
으읏하앗
05/22 2032 0
[ai,청아] 프래그마타 다이애나
영상
jkvis37764
05/22 55520 282
Happy Island Fantasy DLC 가격 비싸네??
일반
그레이스
05/22 2125 0
카이사르 (ZZZ)
영상
브레머튼
05/22 9989 64
[복구요청] 눌러앉은 갸루가 보〇 쓰게 해주는 이야기 3~4화 자막
요청
llili
05/22 4049 0