kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2318 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
개추콘
Poriuretan 동거 1개월
동인
uzaki
05/01 20873 75
Poriuretan 집에서 술마시며 보내는 크리스마스
동인
uzaki
05/01 19835 47
Poriuretan 갸루하고 엘리베이터에 갇혀버렸다
동인
uzaki
05/01 19692 40
Poriuretan 어느 p활 여자
동인
uzaki
05/01 13425 28
Poriuretan 보건실의 선생님
동인
uzaki
05/01 10433 35
Poriuretan 트릭 오어 트릿 2022
동인
uzaki
05/01 11321 52
Poriuretan 쿨한제자
동인
uzaki
05/01 16011 51
[ai번역] RJ01591409 구련휘정 퀄터 아르미네스 & 탄젤
번역
gre0204
05/01 54293 282
[구매보급]【한국어 자막판】 길 잃은 숲에서 폭유 엘프 자매에게 구조되었지만... 결국 잡아먹혔습니다♪
소리
이름뭐하지
05/01 11183 80
Poriuretan 네토라세 입문
동인
uzaki
05/01 12787 42
Poriuretan 제멋대로인 여자친구
동인
uzaki
05/01 10711 46
[요청복구]노예 공주 엘리자
복구
ㅇㅇ
05/01 31986 58
번역) [♀こみ] 마리 인생 종료 최면
동인
cyberse
05/01 19194 55
RJ01613299 번역하는 중
작업현황
norin021
05/01 8510 63
[재업][chalies] 이 자식이! (냥코대전쟁 동인지)
동인
ashgray
05/01 11953 46
구매보급) eGlhb2NodW4= 작가 유부녀섹스파티 1~17
영상
경계선상
05/01 30302 137
Napo 사랑의 랭크 매치
동인
SK
05/01 18198 94
카프카 & 히메코 & 은랑 '섹스 파티'
영상
브레머튼
05/01 16757 99
이젠 vpn 상시로 키는게 디폴트가 되겠네
일반
아나스타샤
05/01 9640 20
mmd 자작영상 공유 2
영상
pst0025
05/01 10622 53
[구매보급, 자체한글번역] 여우 마을의 수호전
번역
saika
05/01 63270 290
AI) 래빗홀 미쿠
야짤
miso5
05/01 10044 100
[Shirabe Shiki] 대음마전에 있어서 감각 차단 부적은 필수 대비책입니다 ① (캐릭터 디자인 변경)
동인
티모
05/01 33114 136
90일, 26.05.02, 1.11 GB) RJ01517134 3D Custom Okazu Maker mono Auto ko.7z
번역
ㅇㅇ
05/01 43472 122
[ai번역] RJ01591409 구련휘정 쿠르타 아르미네스 & 탄젤 EG (1.0.0d) v3(20260503)
번역
mowajelly
05/01 42104 246
[Liyoosa] 도련님께 음문이 새겨진 채 천천히 길들여지는 메이드
동인
요요코코
05/01 23570 136
[복구] pin-point사 작품 6개 ai 번역
복구
karatro
05/01 31081 83
90일) RJ01474906 Tentacle Game v.1.1 mono Auto ko.7z
번역
ㅇㅇ
05/01 33436 130
이와라 차단먹은김에 브픈서버 만들었다
일반
kiffufuf
05/01 8972 32
히카리나이토anomarin9 4월영상
영상
001245
05/01 22978 84