kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2408 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
개추콘
이와라 질문좀
질문
alpha04
05/21 3834 0
본인 기준 갓겜 고르는 방식
일반
fkfnebwk
05/21 3464 3
캬 동인탭에 순애 기사 시리즈 올라왔네
일반
ㅇㅇ
05/21 2900 1
pommu 써본사람있음?
일반
llllllllg
05/21 2267 0
섹스는 안보는 사람 있음?
일반
인생좆망함
05/21 2546 2
AI, 움짤) 그거 알아? 야짤을 넣으면 움짤로 만들어주는 도라에몽이 있대!
야짤
drogba
05/21 12887 21
섹스 경험 있는 처녀
일반
849871
05/21 3262 1
2d에도 검열 쳐 때리면 뭐 어쩌자고...
야짤
riden
05/21 9257 22
[복구요청] RJ424103 アゾット 아조트
요청
명붕이
05/21 5182 0
[복구요청] NOIR:NOAR RJ436011
요청
카라코람
05/21 5198 1
혹시 섹스 있는 무겐 캐릭터나 그런 거 구할 방법 없나?
질문
train531
05/21 3763 0
서큐버스 클릭 시뮬레이터
미번
coyotori
05/21 17851 72
[한글자막] 백색의 여왕님과 농밀 질내사정 섹스
영상
실루엣21
05/21 32645 169
볼륨 큰 게임 재밌게 한거있나여?
질문
bamdo
05/21 5247 0
남주 몰래 마구 당하는 ntr야겜이 하고싶다
일반
sinbokchi
05/21 2843 0
89. AI, 셀레스포니아, 청아) 로리화
야짤
miso5
05/21 13762 103
[복구요청] 노 메이팅 노 라이프 복구 부탁드립니다
요청
lunarecho
05/21 1888 1
NTR물 여주물은 왜 괜찮지
일반
funny8258
05/21 3176 0
여기 식질 피드백 해줄사람 있음?
질문
itachiyo
05/21 3333 1
복구 다수
복구
아소필
05/21 41939 171
[버전업/기본번역/구매보급] 존재감이 옅은 여동생과 간단생활 v1.1
번역
hisben
05/21 65983 1197
의술사 하렘물임?
질문
paddackmon
05/21 2659 0
Zurikishi-어른스러운 니트씨 시리즈
동인
k8625
05/21 34530 159
AI번역 손식질) 알바직원 주부(41)랑 주3회 강렬하고 변태적인섹스 시켜주니 유두피어싱과 항문으로 흥분하는 초변태주부가 되는 이야기
동인
1Q2W3E4R
05/21 28206 193
Zurikishi-음침한여자애랑 사귀는 만화
동인
k8625
05/21 35088 136
Zurikishi-폭주족 아이돌짱 모음
동인
k8625
05/21 27001 120
비월선행록 개조 오류
피드백
liberty
05/21 4292 0
비월선행록 캐서린 도구점 퀘스트 깰때 약초 어디서 얻음??
질문
땃쥐삼색보지털정액무침음미절정
05/21 3543 0
작은 갸루 시리즈 모음
동인
k8625
05/21 22625 116
Zurikishi-하프 서큐버스를 주웠다 시리즈 모음
동인
k8625
05/21 29885 179