kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2230 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
개추콘
[복구요청] RJ01214867 둘만의 생활_ver1.671
요청
비솝
05/26 1490 1
래빗홀 밐쿠
영상
yeondooooo
05/26 19964 107
애니는 안봤는데 노래는 좋아서 듣는거
일반
에로탐구가
05/26 1550 -1
Doragon74-빼앗긴 유부녀 하나코씨
동인
k8625
05/26 25140 163
Doragon74-나의 서포터즈 아카데미아
동인
k8625
05/26 22448 118
비타퀘2 질문
질문
sorbe123
05/26 1045 0
뭐야 포레스티아 공식번역 업뎃 안된거야??
일반
hizlr
05/26 1528 0
[AI번역] [kobaji] leveling unleash (히로아카)
동인
초보역식자
05/26 9825 35
[구매보급] [자막] RJ01339397
소리
puella
05/26 7245 74
아크메시아 기대 많이 했는데
후기 및 공략
lostarkfinder892
05/26 2053 1
다들 자신의 ㄹㅈㄷ 야겜 하나씩 추천점 해주세여
질문
su-park
05/26 2422 5
면간겜인데 제목이 기억이 안나네
질문
marinamulma
05/26 1578 0
본인이 환장하는 그림체
일반
리안온
05/26 2196 8
(약스포)의술사 모든엔딩클 이후 후기
후기 및 공략
su-park
05/26 2383 2
망가 하나 찾습니다.
질문
kairon
05/26 2195 0
요새 댓글에
질문
yeondooooo
05/26 2324 0
게임제목 알려줄 사람
질문
gdsafdsfsad
05/26 1808 0
ntr 고전명작 히라탄 시작합니다.
일반
ddaljang
05/26 1125 0
[복구요청] 퇴마의 엄마1~4, 이거 엄마입니다1 ,여우집 콩콩 포 앤서
요청
뒤치기는 뒤에서
05/26 2614 0
[ 알림 ] 빗소리로 가득차는 밤 1.1.2 노모패치 파일 추가
일반
yeondooooo
05/26 2132 6
FORTUNE BRIDE – 絶頂開眼の儀式 -
질문
siu
05/26 1653 0
Doragon74-김쭈쭈 시리즈
동인
k8625
05/26 20532 77
Parasite Evil
질문
unkyung
05/26 1373 -1
[Yuzuri Ai] L컵 여자대학생 20cm 초극태O지로 동인AV데뷔 1, 2
동인
1uF
05/26 19273 95
DL 뒤지다보면 뭔가 신기하네
일반
vivy
05/26 1573 1
직번) [Akai Condor] 노예 시장의 실태 ~도쿄 빅사이트에 실존하는 현대 일본의 변태적 어둠~
동인
qlalfsla
05/26 17880 91
[RJ01219535, RJ01557983] 드래곤 블러드 2.12, DLC 1.03 복구 요청
요청
흰꼴뚜기
05/26 1556 0
세뇌앱2 하는데 유사보테배 줬다는데 아무곳에도 없음
질문
gazaru168
05/26 2005 0
망가 찾습니다
질문
liaak
05/26 1373 0
[Natsu No Oyatsu] 엄마의 잔향
동인
1uF
05/26 10046 26