kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2389 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
개추콘
암컷타락하는 보추게임 추천 좀 해주세요
질문
dfhyggyhh
05/22 2905 0
[Zurikishi] 하프 서큐버스를 주웠다 (야한 파트 번역본)
동인
toyugi
05/22 26152 111
[구매보급]심야의 편돌이 여고생 ~자지에 저항하지 못하고 오호성 섹스에 빠질 때까지~
소리
이름뭐하지
05/22 11017 62
오나쿠라 메이드 질문
질문
bokdol6
05/22 1815 0
AI, 블루아카, 스압) 키보토스 빵빵단 특집
야짤
xepd5264
05/22 7860 28
ai) ----스압---- Mistel Noir 봇치더랔
야짤
Ghost
05/22 5265 24
[구매보급] 동방, takorin ) 무의식 후타나리 지령전
미번
ekqlscm
05/22 13518 25
와따 「」이 ""이 됬다고 겜이 폭발하네
일반
lovesccubus
05/22 3103 0
[구매보급] 동방, takorin ) 케이키 님의 파이즈리 내구시험
미번
ekqlscm
05/22 14026 77
아 형수 따먹는 작품인가 보구나
야짤
네토라레프린세스
05/22 5237 6
(미번)Zurikishi-하프 서큐버스를 주웠다
동인
k8625
05/22 7848 8
마녀의 복수는 밤에 클리어함(ㅅㅍㅍㅎ)
후기 및 공략
hoholy
05/22 2995 4
유니슨코드 스킬 슬롯의 존재를 이제 알아버림..
일반
ENE
05/22 2412 1
ai) ----임신---- Ninia 블아 토키 2탄
야짤
Ghost
05/22 7937 22
[세이브파일] RJ01175290 존재감 없는 여동생과의 소박한 일상 (호감도7)
세이브
jsoon
05/22 10988 22
비월선행록 극초반
질문
goflvh579
05/22 2487 0
[미번/번역요청]폐쇄공간의 선배는...
동인
아돌
05/22 14125 24
번역이나 실행오류는 99% 경로문제네
일반
하이바라
05/22 2542 0
게임 이름이 기억이 안납니다
질문
shiki
05/22 3994 0
Yutskirts Tsuzuri-쓰레기 현자 이야기1
동인
k8625
05/22 17792 26
[복구요청] RJ414077 エスカレーションプリンセス
요청
ultima
05/22 2382 0
[Ichitaka] 사유리 1~6
동인
1uF
05/22 20217 62
시니시스타2 스팀판 샀음
일반
어린이사랑꾼데미갓
05/22 2310 3
[미번, 구매보급] 슬금슬금 나쁜 손 사토리 님
미번
ekqlscm
05/22 9073 21
존제로 여동생 1.0.9 에서 1.1.1로 안넘어가데?
일반
jsoon
05/22 1939 0
Callgate 1일차에 50000NUM버는법 아는사람 있나요
질문
마사오
05/22 3312 0
FORTUNE BRIDE 후기
후기 및 공략
oioi4
05/22 3747 2
[Neginegio] 동네 헌팅 양아치들에게 따먹혀버린 나의 부인 ~아이의 눈 앞에서~
동인
1uF
05/22 14162 45
천박하게 말하겠습니다.
질문
argbaby
05/22 4064 1
[Neginegio] 음란가계학원 1~3
동인
1uF
05/22 17581 62