kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2406 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
개추콘
[복구요청] RJ01379123 최음 아파트 1.05 복구요청 드립니다
요청
leftsack
05/21 2551 0
던전 위드 걸 ntr 요소 있다는데 ntr 장면 많음?
질문
cyberzombie
05/21 3915 -2
프리뷰) 유케무리 시스루
정보
풍수식노천탕
05/21 3652 14
주의) 혹시 귀박(ear fuck) 좋아하는 사람 있음?
야짤
roomonfire
05/21 6113 14
아직 굿바이dpi마냥 사이트검열 우회할 수단은 없지?
일반
lisca001
05/21 2347 -5
게임 찾아 주실수 있을까요
질문
liopu
05/21 1875 0
ai) ----스압---- NiNia 블루아카이브 모음
야짤
Ghost
05/21 8895 26
[자막만][AI번역][검수][실시간 추가예정] RJ01573414 One Night! 타키모토 스이
소리
komet52
05/21 10136 61
프리렌 x 페른 농밀레즈섹스
영상
마른안주
05/21 24301 154
90. AI, 셀레스포니아) 최면 보건 검사
야짤
miso5
05/21 9490 102
벨페고르 사가 원래 이런가?
질문
silsul123
05/21 5422 0
세븐데이즈 낯선여고생과 밀실생활 제작자 신작 개발 소식
정보
kkkkkk0909
05/21 6731 25
언홀메 모드 해야되는데
일반
ntr-masterpeace
05/21 2452 1
ai) 블루 아카이브 미소노 미카
야짤
Ghost
05/21 4143 22
[AI번역/한글패치/복구] RJ01518150 M남 이지메 스쿨라이프 (M男いじめスクールライフ)
번역
yuuuyu
05/21 31192 59
스포)의술사 리코 질문
질문
zdiwurh
05/21 2652 0
코네 모바일 나만 븅딱같냐?
일반
ㅇㅇ
05/21 2592 1
[siberian hahasky] 내 엄마이자 내가 좋아하는 사람 칼라 효과음 풀 번역 [p.577]
동인
mybest
05/21 18804 132
세븐데이즈 제작자 신작 정보 드디어 올라왔군
일반
ㅇㅇ
05/21 1392 1
밀착 착정♡ 육덕 에로 풍기 활동 ~아침, 점심, 방과 후 차례대로 교미에 절여진 성생활~ 【풍기위원과 풍속 활동 ASMR】
소리
dasdaa
05/21 15096 123
ai) fossil 5월 일부 게시분
야짤
Ghost
05/21 5181 21
ZHAO 신작 젠존제 아리아
영상
ㅇㅇ
05/21 20272 156
셀레스포니아 메이플, 꼬리 어떻게 착용하나요..?
질문
7성Sider
05/21 2499 0
이제 그림쟁이들의 미래는 시엔하고 패트리온 뿐인가?
일반
parksynim5764
05/21 3421 0
의술사) 티사살리기 프로젝트 질문
질문
미미쨩
05/21 3243 0
뭣?! 보이스 추가라고?
일반
네토라레프린세스
05/21 3109 4
ai) トリュフ 모음집
야짤
Ghost
05/21 5699 20
[미번/구매보급/3D 조교] FORTUNE BRIDE ~ 절정개안의 의식 v1.10 (26.05.26)
미번
밤꽃향기 그윽한 어느 여름날..
05/21 36196 144
[복구요청]초보 가출 소녀와 나 Sweet Days 1.05 한글패치 복구요청
요청
Luctorio
05/21 3806 2
오랜만에 포켓몬 너즐록 챌린지 성공
일반
asljkajksafj0293213
05/21 2161 2