kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2354 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
개추콘
마나카 모드중인데
질문
boribabkong
05/23 3680 0
FORTUNE BRIDE 벽느껴지네
일반
bestofyou
05/23 2872 0
실습섬 막 시작했는데 그냥 가벼운 코믹물같네
일반
rainmaking
05/23 2677 0
관리인의 엿보기 미사키 질문
질문
seoseoseo111
05/23 2663 0
동인 번역할만한거 추천 받아요
질문
초보역식자
05/23 2819 1
청아, AI번역) [r-one] 「엄마 몸을 탈취한 알콩달콩♥ 육아일기」
동인
GGmen
05/23 18713 69
후원하던 야겜 제작자가 사라진지 어느덧 2년
일반
캬루
05/23 2245 0
시니시스타2 손목이 아파
일반
forzzal001
05/23 3440 14
NTR 여관 언제 나오냐..
일반
sty8633
05/23 2752 1
a290YXJvdTM5OTA= 작가 공유 74.5GB
영상
cmodmd
05/23 21362 118
게임 추천좀 부탁드림니다
질문
ghghghh
05/23 3376 0
(청아)[번역][모자이크감소] RJ127023 음란한 짐승의 우리 - 여고생 폐공장 감금 강간 (1.1A)
번역
ilillilllilil
05/23 43882 274
RJ01427503 여고생담력시험 6 복구 요청드립니다.
요청
jjaidn
05/23 2183 2
[복구요청][AI&이지트랜스 미검수 일부 손번]8번 미요
요청
greatsaxking
05/23 2907 0
스포) 의술사 ex엔딩 보스 질문
질문
hyun0607
05/23 2233 0
게임 좀 찾아주세요
질문
edo
05/23 2052 0
잘 가라 바깥의 찐따야
일반
majimoose
05/23 2874 5
의술사 판매량 1만장 찍었네
일반
realkune
05/23 1861 0
미번) [RJ01518150] M男いじめスクールライフ (번역링크)
미번
wave7535
05/23 7721 30
와 갤부루 존나 오래된 사이트였구나?
일반
으읏하앗
05/23 2141 0
내가 지금 뭐 하나 번역중인데
야짤
5dk2io1
05/23 2855 7
[구매보급/번역요청] 카네다는 나쁘지 않아 vol.4 金田は何も悪くない Vol.04
동인
eggslut
05/23 18265 58
셀레스포니아
질문
zzazsz
05/23 2850 1
의술사 팔걸이 어디서 얻음?
질문
hyun0607
05/23 2014 0
VR작품 추천
질문
ordoobi
05/23 2691 0
전에 히토미에서 봤던거 찾아주실분
질문
female
05/23 2683 0
복구요청 / 천연*만화 복구 부탁드립니다.
요청
miruku12
05/23 4139 0
의술사 1.06 버전 업데이트 됨
정보
ashesone
05/23 6699 10
VmVjdG9yQ2VsbA== 작가 공유 43GB
영상
cmodmd
05/23 22372 123
료나도 레벨이 있는 듯
일반
paddackmon
05/23 2679 1