kone
소미소프트

소미소프트

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

05/31/2025, 08:06:09
유틸
2230 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
개추콘
[5/25] 신춘특집 1부 (디퍼런스 버전)
영상
브레머튼
05/26 10987 72
Yakitomato-구직 실패한 서큐버스씨를 주웠습니다
동인
k8625
05/26 12203 62
[작가미상] 조금은 특이한 엄마와 섹스해 버리는 이야기
동인
1uF
05/26 9431 50
[요청은 없었지만 그냥 고대유물(?)복구] RJ119127 아사신【난세의 사신】사라 탐색형 RPG ~숙명의 자매~
복구
meruna00
05/26 13104 47
포레스티아 화딱지 나네
일반
tleni
05/26 1163 0
VP세레나 여주가 존나 불쌍한데
질문
zatsidjc
05/26 1969 1
던브 통합모드 질문
질문
enrkenrken
05/26 1707 0
[복구요청]히프노스 카드 ~타인의 메이드를 최면 게임으로 타락시킨다~
요청
Kurzweil
05/26 1870 0
[자막만 배포[1달]] Taboo Spell AI번역
영상
전적노트
05/26 10423 47
Yakitomato-가정적인 남자에게 잉여가 되어버리는 여신
동인
k8625
05/26 24858 156
존재감 여동생 왜 평가 나쁜지 해보니까 알겠네
일반
gogogo102938
05/26 2377 2
북극곰... 다죽어... 멸망해라......
일반
kig01
05/26 1686 2
드래곤 콩키스타 질문
질문
madmango
05/26 1360 0
동인작가 추천해주세요
질문
mskdkkd
05/26 2020 0
업적 0% [세이브 요청]비밀 노출 -배덕의 달콤함에 물든 마나카 세이브파일 요청드립니다
요청
ㅇㅇ
05/26 2186 1
에로검열관 업뎃이 내일이라네요
정보
admin1213
05/26 3335 7
요즘 맛있는 겜이 안나오네
일반
kskaren
05/26 1315 -2
휴지끈 긴 형님들 망가 제목좀 알려주세요
질문
qpwoeiur
05/26 1398 0
두 손을 써야하는 야겜은 실패한 야겜임...
일반
anonymous42
05/26 1570 5
호스트에게 속아 미니게임에서 秒 이거 거슬리는 사람
일반
미하리
05/26 982 0
비월선행록
질문
hororolo
05/26 1516 0
존재감여동생 작가이새끼 ㅈㄴ웃기네 ㅋㅋㅋㅋ
일반
여동생킬러
05/26 3615 -8
[복구요청] RJ01529608 Pastime 옆집의 욕구불만 유부녀 네토리 음란화 작전
요청
fffqwfqw
05/26 2081 0
미망인설녀3 10월 상순 예정
야짤
kjalar
05/26 3726 14
포레스티아 묵힌지도 벌써 1년이 지났구나
일반
ㅇㅇ
05/26 1238 0
[복구요청] 마법소녀 루나와 나나미 ~ 악의 유전자를 잉태하는 모녀 ~ ver1.1.41 (한패/이미지)
요청
kaguya-houraisan
05/26 1710 0
손번이나 기번을 미번 그대로 할수있는 방법이 있나?
질문
d5d2d3d
05/26 2080 0
계승되는자의 고독 창고정리 혼자하는 파트 어케함?
질문
mintbeam
05/26 978 0
suruga rinu/블아]Keiyaku Koujin
동인
black00
05/26 12784 48
enishi/블아]아스나짜아아아아아아아아아앙
동인
black00
05/26 9451 36