kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2228 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
개추콘
REC) 알바 시스템 완성 후 드디어 관련 떡신 제작시작
야짤
kunarin
05/26 3496 11
AI (하드:능욕, 보태, 출산 주의!) 개인적으로 좋아하는 야겜 엔딩
야짤
진한농도
05/26 8198 25
와 ㅈㄴ 당당하게 다른사람 리소스 쌀먹하네 ㅋㅋ
일반
아이스뱅
05/26 4027 8
나츠노사가시모노 고지대가 어디임?
질문
nnednenss
05/26 1839 0
이 시간에 있는 바보
일반
cyberzombie
05/26 2444 6
퇴근하고 유니슨 코드 해야지~
일반
sinbiru
05/26 2610 6
포레스티아 이거 뭐냐?
일반
koewqert
05/26 2756 5
아 언홀리 하다 밤샜네 ㅈ됫네
일반
wkdjs2345
05/26 1862 3
사신상관 DLC 막보 뒤지게 어렵네
일반
메붕
05/26 1352 0
던전앤 브라이드 관련 질문
질문
kmo018
05/26 2636 0
비월선행록 보물지도 위치 질문좀
질문
o0o99
05/26 3157 0
짤 번역하고 싶은데 꼴루는 작가가 없네..
일반
주르르
05/26 1528 -8
도나도나 실행안됨
질문
poisonflower
05/26 2768 0
이거 왜 이러는지 아시는분
질문
인생좆망함
05/26 1845 0
최근 ntr만 보고 듣고하다보니 좀 매너리즘오네
일반
보이저
05/26 1844 0
AI번역, Shift) 우리들! 성교육 위원회 만화판
동인
sexe1
05/26 25135 98
Forestia save 포레스티아 세이브
세이브
blk82
05/26 1714 11
파폭으로 왜 히토미 안들어가짐?
질문
courier6
05/26 1511 -6
FORTUNE BRIDE ~ 절정개안의 의식 치트 세이브
세이브
05/26 2367 14
동인 작품 찾아요
질문
ujakaya12
05/26 2143 0
[복구요청] RJ138193 성검의 세실리아 ~The Soul of Knights~
요청
fkillla
05/26 1914 1
존재감 여동생 한동안 안하다가
일반
ggplain
05/26 2746 0
[요청복구] Cage of Tentacles v1.3.0
복구
vhskorea
05/26 9513 30
[복구요청]スマガ(스마가) + 팬디스크(스마가 스페셜)
요청
burning12
05/26 2260 3
개인적으로 야애니 제작사중 적폐라 생각하는곳 어디라 생각함??
질문
villan
05/26 2402 1
A Promise Best Left Unkept같은 게임 추천좀
질문
mang99122
05/26 981 2
[요청복구] 퀸즈 - 대전형 카지노 솔리테어 RJ01248973
복구
nue
05/26 9868 27
[복구요청] RJ01052977 변태여친 ~나와 그녀의 두근두근♡ 생방송. 복구 부탁드립니다 (꾸벅)
요청
night5
05/26 2071 3
jam packed line tale 공략질문
질문
koddd
05/26 1839 0
보추가 마이너한 장르라서 아쉽다
일반
ㅇㅅㅇd
05/26 1493 0