kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2196 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
개추콘
AI) 작가 팬네임 bnlhbmtvc2FraQ== / 캐릭터 이름 모리아 루루카 / 픽시브 140779512
영상
kawineo
05/27 10037 42
이누스쿠 여동생 생활 ~앙코르~ 결국 2027년 연기
정보
와들와들사시나무
05/27 1648 5
에로검열관 넣는곳
일반
masker
05/27 1059 0
[Riboshika] 우리 누나는 세상에서 제일 강하고 멋있어.
동인
ㅇㅇ
05/27 9657 50
스타바운드 통팩 복구 요청합니다
요청
cacaotomato
05/27 1251 1
DL아 어디서 약을 파느냐...
야짤
네토라레프린세스
05/27 2872 6
[미번] RJ01537503 유혹의 온천 여행 ~이성과 배덕의 1박 2일~ ver.2.0
미번
hdys1020
05/27 4292 26
[그냥복구] RJ146914 魔導士アルル 천재마도사 아루루
복구
meruna00
05/27 5225 32
리지넷타 시리즈가 개꼴리긴 해...
일반
천마파천장
05/27 696 0
히라탄 후기
후기 및 공략
ddaljang
05/27 2040 5
FORTUNE BRIDE 상점 리롤 에러 나만 남?
질문
undercamo
05/27 910 0
농캐) 작화가 nyankosaki / 캐릭터 이름 森亜るるか
야짤
kawineo
05/27 2505 9
시퀄 콜로니 이벤트 진행 질문
질문
zetabobim
05/27 1294 0
the censor dlc dlsite 파일 넣는 법좀 알려주세요 ㅠㅠ
질문
lightmoon
05/27 1255 0
통풍인 줄 알고 병원갔것만
일반
마크울프
05/27 954 1
카린 패시브 전개방 세이브
세이브
vallhalla
05/27 921 7
[복구요청] しょく 시리즈 복구 요청
요청
11213122312
05/27 1521 0
비타퀘2 질문 있음
질문
메붕
05/27 1273 0
비월선행록 마계가 안열리는 버그 우회방법.
피드백
cybuster
05/27 1008 0
여동생 동거 생활 판타지 컬러판이 2종류구나
일반
allon
05/27 1122 0
[복구 요청] 이세계에서 온 촉수성인이 창관경영으로 정복 라이프 미번
요청
KuKure
05/27 1213 1
타락신관 트리나 왕자루트 어떻게 봐요?
질문
468688
05/27 1776 0
혹시 의술사 1회차에는 안되는 것들이 있음?
질문
pollro
05/27 1145 0
아내를 돌려먹는 남편들 3편 아무도 식질 안 했는데
일반
qpalhjkim
05/27 1056 0
ai ntr) 키타가와 마린 남친 몰래 코스프레섹스
야짤
ezmood
05/27 5146 38
비월선행록 옷투명도 해체 푸는 법좀
질문
usb8811
05/27 848 0
이거 질문해도 되는건지 모르겠는데;
질문
kawineo
05/27 1638 1
[Miyahara Ayumu] 동정을 깨우쳐주는 유부녀
동인
1uF
05/27 7327 28
비월선행록 질문
질문
routeb
05/27 689 0
미연시를 용량으로 쳐내는거 어떻게 생각함?
일반
tree2born
05/27 650 0