kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2395 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
개추콘
타락신관 용암지대 보스
질문
kamja0513
05/22 3341 0
뭐임 언홀메 음모 있네??
질문
rlawnsdudrod
05/22 3456 1
[복구요청] RJ01518150 - M남 이지메 스쿨라이프 (M男いじめスクールライフ)
요청
ggggg4
05/22 3918 0
👅
일반
쩝냡
05/22 3596 5
[구매보급][1+2+3편][전편 시오후키]소노자키 양은 절대 청초! 【오호고에 조O】
소리
이름뭐하지
05/22 13626 74
확실히 첫 야겜이 그대로 취향으로 굳는 것 같음
일반
horuragi
05/22 5206 1
언홀메 미모만 ㅈㄴ 올리니까 진행이 안되네...
질문
rlawnsdudrod
05/22 5284 1
[복구요청] 현1자전1도사 모음
요청
point-nimo
05/22 3099 0
[식질요청] RJ121099 임신 연습 수업 Love's Right 섹스하지 않으면 즉사형
미번
ilillilllilil
05/22 15372 48
[복구요청] ANIM 벽너머 아내의 교성2
요청
elitiny
05/22 3346 0
아니 부유도시 레아 이거 뭐임
일반
chingchang
05/22 2531 0
마나카를 넘는 노출겜은 없는 건가요
질문
너울
05/22 6121 2
왜 어느 커뮤를 가나
일반
익돌이
05/22 3421 0
[미번, 번역요청] DeviDevi Survivor(デビデビサバイバー)
미번
judah
05/22 10797 32
행복한 니트 키우기 화장실 루트갈려는데 방법 아신는 분 계신가요?
질문
mochi12
05/22 3057 0
미번,도지로) 처녀가 동정과의 첫 체험에서 눈을 뜨는 이야기 4
동인
kjalar
05/22 14108 29
ai) ----임신---- 귀칼 발정기 카나오
야짤
Ghost
05/22 7551 18
근데 확실히 게임으로 치는게 만족감이 큰게
일반
하이바라
05/22 3353 0
[미번][ORC SOFT] 사모님은 전직 야리만 2022
미번
돔마
05/22 8418 18
[복구요청] 무능 마법 교사 차무즈 -인생 역전, 복수의 폭유 H- 복구 요청
요청
commonly
05/22 2615 1
[복구요청] RJ01035604 로리바바 양어머니와의 생활
요청
hyeonjea
05/22 3622 0
비월선행록 동부 퀘스트 사라짐
질문
horol
05/22 4449 0
근데 야겜은 너무 재밌으면 안됨 딸치는것도 까먹고 자꾸 게임함
일반
sweetroll
05/22 3425 4
RJ01372992 교착의관 8번 엔딩
질문
흰고래
05/22 4654 0
야겜 요즘 가뭄임?
일반
ㅇㅇ
05/22 2395 0
AI) renbocloud 5월
야짤
RMillet
05/22 7338 25
[복구요청][3D/여주/노출][버전업/한글지원/노모] 비밀 노출 -배덕의 달콤함에 물든 마나카- v1.13
요청
dosirack1
05/22 6325 0
[복구요청]Virtual Succubus
요청
cocok2222
05/22 3386 0
다시 돌아온 ntl 신사의 ntl 게임들 리뷰
후기 및 공략
헤비레인
05/22 10803 41
요즘 슬더스만 존나 했네
일반
마사지
05/22 3287 3