kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2385 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
개추콘
개인적으로는 콩키스타 시리즈가 참 잘 만든듯
일반
azezazazezaz
05/23 1805 0
포레스티아 연인관련 질문좀
질문
moka1
05/23 2814 0
겜 추천좀 내 취향은 이럼
질문
dochi11
05/23 4413 0
남주물에 약간 하드한 겜 있나요
질문
lefrah3
05/23 2653 0
[구매보급] 익애 용인과 임신 성활
동인
뒷담난쟁이로야족
05/23 21208 136
게임 추천좀 부탁드립니다
질문
mylifeiswell
05/23 2453 0
[한글패치]FORTUNE BRIDE ~ 절정개안의 의식_260523_수정
번역
아르
05/23 60084 196
펨보이 후타 하우스 삭제됌?
질문
kangsj
05/23 2417 3
카린 형무소에서 니플피어싱 모드는 어떻게 끔?
질문
akikkkon
05/23 1926 1
[5/22] 아칼리
영상
브레머튼
05/23 18123 75
첫야겜이 취향이 된다는 말이 맞는거같다
일반
웃흥
05/23 2690 3
[노모] 이번 정류장은 갸루입니다
동인
질겨찾기
05/23 24625 168
[미번/구매보급/번역요청/버전업] 프린세스 시너지 RJ01550550 v1.0.28
미번
giraffeman
05/23 11601 57
카린 치트로 들어가본 의무실 내부
야짤
돔마
05/22 5754 5
에우슈리 신작 나온줄도 몰랐다
일반
뿜빠야
05/22 1776 1
카린이거 버그있는건가
일반
nokui
05/22 2469 1
아이고 연기됫네;;
야짤
쩝냡
05/22 7309 9
관문지기 msg 작업 현황 - 4
작업현황
fin768
05/22 5489 26
겟츄 막혔나
일반
abrams223
05/22 3630 1
옷 개꼴리네 뭐임
일반
thisispower
05/22 6175 3
RJ01626482 클리어함
후기 및 공략
지나가던잉여
05/22 3854 2
와 달인 퇴마 개조판 진짜 존나 재밌네
일반
우흥
05/22 2946 0
떡인지 하나 찾아줄사람
질문
kaoq-3
05/22 2356 0
[Hatoya Mameshichi] 동경하던 그녀는 치한전차에서 조교완료 되었습니다 1~5 [p.178]
동인
mybest
05/22 14724 38
세레나 음란 모드 언제 나오나?
질문
야박사님을 아세요?
05/22 3983 1
상해반점 우사미쟝 3부작 합본
소리
돈이조아
05/22 13951 60
규제인지는 모르겠는데 이건 좀 뭔가싶음
일반
mkik2022
05/22 2885 -1
너넨 야겜만이구나 내가 좋아하는 야겜
일반
mkik2022
05/22 2038 0
야겜업계는 솔직히 망했다고 봐도 무방한 듯
일반
fdzzz
05/22 5004 -30
사무적인게 꼴린다
일반
인생좆망함
05/22 2977 0