kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2217 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
개추콘
[작가미상] 조금은 특이한 엄마와 섹스해 버리는 이야기
동인
1uF
05/26 9431 50
[요청은 없었지만 그냥 고대유물(?)복구] RJ119127 아사신【난세의 사신】사라 탐색형 RPG ~숙명의 자매~
복구
meruna00
05/26 13103 47
[자막만 배포[1달]] Taboo Spell AI번역
영상
전적노트
05/26 10416 47
Yakitomato-가정적인 남자에게 잉여가 되어버리는 여신
동인
k8625
05/26 24858 156
suruga rinu/블아]Keiyaku Koujin
동인
black00
05/26 12784 48
enishi/블아]아스나짜아아아아아아아아아앙
동인
black00
05/26 9451 36
[보이스코믹][구매보급][한] 숙모네 집에서 땀투성이가되어 오직 섹스에만 힘쓴다!
소리
책먹는망아지
05/26 5343 46
[구매보급][번역요청] 牛と羊の雑貨屋さん (1.01)
미번
쮸쮸
05/26 14242 82
비월선행록 V1.29 개조 버전 수정 안내 2
번역
V
05/26 24220 263
[요청복구]복구 여러개
복구
이본
05/26 22703 116
[직번][Carrot Caramel Batake] 회장의 하교길
동인
maha1004
05/26 15176 29
ㅗㅜㅑ시니시스타 또 신박한 모드 발견
야짤
roomonfire
05/26 13007 39
[복구]섹타듀벨리 모드팩
유틸
continuereset
05/26 5099 20
[요청복구] [한국어자막판] 퇴마관 미야비의 음옥생환보고
소리
9ya
05/26 7676 54
[미번/번역요청]우리들! 성교육 위원회 만화판
동인
아돌
05/26 12255 30
[단편](약깜놀) 자각몽 섹스로 귀신 제령시도 하는 이야기
창작
깡통기사
05/26 5096 44
(구매보급,번역요청) 챔버게임 1.1 업데이트
미번
12532748912
05/26 5950 23
[이미지번역]RJ01354109 에이전트 엘레나 이미지 번역
번역
ommkamb
05/26 33816 139
비밀 노출 -배덕의 달콤함에 물든 마나카- v1.13 개인 모드팩
복구
ㅇㅇ
05/26 15742 76
검은파스타-공대녀와 투시안경
동인
k8625
05/26 31152 150
[구매보급]강한 척 쿨한 거유 여신님의 금역을 범해 보았다. 처녀막 상실 오호섹스
소리
이름뭐하지
05/26 5912 52
Rabu-LH 스승님은 성욕처리를 잘하는 무감정 슬라임 검사
동인
k8625
05/26 23682 183
Rabu-갸루들에게 괴롭힘당하는 나, 연령퇴행 어플로 역전 하렘
동인
k8625
05/26 14283 72
Rabu-진심 육상클럽은 그 어떤 지도에도 전력을 다하는 바보들이라 최고♡
동인
k8625
05/26 14358 96
Rabu-무자각 NTR 스즈짱
동인
k8625
05/26 11523 69
ai 랜덤)after sex room
야짤
ezmood
05/26 6799 28
Umemaro 우메마로영상 RJ01059074, RJ01399859
영상
ckkey
05/26 24692 227
[요청복구] RJ01299483 RiNaTest (ai번역)
복구
retanya
05/26 9591 15
ai, 블아) 키사키와 잔뜩 아기 만들기 섹스했다
야짤
kjh9304
05/26 12143 126
청아) [구매보급] 건방진 여동생은 빈틈투성이! ~허세 부리는 메스가키 여동생과 허접 절정 질내사정 교미~ [RJ01373159]
영상
농의악마
05/26 31668 197