kone
소미소프트

소미소프트

썸네일 크기조절 스크립트

06/01/2025, 08:33:19
유틸
2871 views · 4 likes

챗지피티로 만들었는데 오류 생길수있음 문제시 글삭


1

ㄴ 기존 썸네일 크기


1

ㄴ 스크립트 작동 후 썸네일 크기


1

ㄴ 썸네일 너비 설정 클릭

1

너비 숫자만 쓰고 (뒤에 px는 자동으로 써짐) 확인 누르면


1

높이는 대충 4:3 비율로 계산되고 다시 확인 누르기 >> 새로고침


초기 기본 너비 : 500

초기 기본 높이 : 375


아래는 스크립트입니다


// ==UserScript==
// @name         kone.gg 썸네일 크기 조절 (너비만 입력)
// @namespace    http://tampermonkey.net/
// @version      1.3
// @description  kone.gg 미리보기 썸네일 크기를 너비만 입력해 간편하게 조절합니다.
// @match        https://kone.gg/*
// @grant        GM_registerMenuCommand
// @grant        GM_setValue
// @grant        GM_getValue
// ==/UserScript==

(function () {
    'use strict';

    const defaultWidth = '500px';
    const defaultHeight = '375px'; // 초기 기본 높이, 계산용 참고

    const width = GM_getValue('thumbnailWidth', defaultWidth);
    const height = GM_getValue('thumbnailHeight', defaultHeight);

    function normalizeSize(input) {
        if (!input) return null;
        input = input.trim();
        if (/^\d+$/.test(input)) {
            return input + 'px';
        }
        return input; // 이미 단위 포함되어 있는 경우
    }

    function extractPixels(value) {
        const match = /^(\d+)(px)?$/.exec(value.trim());
        return match ? parseInt(match[1], 10) : null;
    }

    function updateThumbnailSize() {
        const newWidthRaw = prompt('썸네일 너비를 입력하세요 (예: 500 또는 100%)', width);
        const newWidth = normalizeSize(newWidthRaw);

        if (!newWidth) return;

        let newHeight;

        // 비율 계산 (숫자일 경우에만 적용)
        const widthNum = extractPixels(newWidth);
        if (widthNum !== null) {
            const heightNum = Math.round(widthNum * 0.75); // 4:3 비율
            newHeight = heightNum + 'px';
        } else {
            newHeight = 'auto'; // 퍼센트나 auto 같은 경우
        }

        GM_setValue('thumbnailWidth', newWidth);
        GM_setValue('thumbnailHeight', newHeight);

        alert(`썸네일 크기 변경:\n너비: ${newWidth}\n높이: ${newHeight}\n\n페이지를 새로고침하면 적용됩니다.`);
    }

    function applyThumbnailStyle(w, h) {
        const style = document.createElement('style');
        style.id = 'custom-thumbnail-style';
        style.textContent = `
            img.max-w-50.max-h-40 {
                max-width: ${w} !important;
                max-height: ${h} !important;
            }
        `;
        document.head.appendChild(style);
    }

    GM_registerMenuCommand('썸네일 너비 설정 (높이는 자동 계산)', updateThumbnailSize);
    applyThumbnailStyle(width, height);
})();
4
2 comments
Sign in to comment
06/01/25
너비아니
06/15/25
참 좋은데 맨 아래쪽 게시글 한두개는 100%기준 아래가 짤리네요
Sign in to comment
ai) 큐어 아르카나 섀도 비키니
야짤
Ghost
05/16 17259 47
ai) 큐어 아르카나 섀도
야짤
Ghost
05/16 9475 34
ai) ----움짤---- 렌탈카노죠
야짤
Ghost
05/16 19038 47
[요청복구] RJ297120 마법소녀 셀레스포니아 v1.10 순정
복구
toung
05/16 19150 42
[구매보급]【한국어 자막판】 【키스특화】사에키 선배와 방과 후 키스 연습~겨울방학 첫 참배 데이트편~【역NTR】
소리
puella
05/16 17631 92
[요청복구] (RJ354108) 비타민퀘스트2 업스케일링 판
복구
sinbiru
05/16 26246 79
[손번][RJ01620541]이치카짱 간발의 차
번역
dmol2279
05/16 50844 203
명방엔필) 관리자 착유+촉수
영상
darkunicorn
05/16 37429 103
자작 MMD 공유
영상
pst0025
05/16 19851 95
블아) 노노미 수영복
영상
darkunicorn
05/16 20461 153
[손번역,노모작업] 감각 차단 암컷화 트랩!
번역
미스터장
05/16 60342 271
직번)son yohsyu)깨끗하고 올바르게, 성교중
동인
woo15
05/16 17190 63
[구매보급][한국어자막]변태인 새댁이 보○를 귀여움 받는 이야기[오호고에/정음 트름】
소리
이름뭐하지
05/16 14661 88
블아) 키쿄
영상
darkunicorn
05/16 21066 87
TXVqaXRhWA 영상 4k 모음
영상
karatro
05/16 19552 123
(고어, 료나) [요청복구] RJ01186269 Devastate
미번
ArIso
05/16 18412 39
[AI번역,이미지번역,미검수] RJ432297 크로네의 기분 v1.0.3
번역
qqoro
05/16 47735 154
청아) 프루네
영상
darkunicorn
05/16 21678 82
[5/15] 야고코로 에이린의 맨즈 클리닉
영상
브레머튼
05/16 23475 137
TjNCMWNIVT0= 영상 관련해서 일단 의도치 않은 분란 일으킨거에 대해 사과
일반
meruna00
05/16 6893 61
버튜버) 아마미야 코코로
영상
darkunicorn
05/16 26108 94
ㅇ1와라에 거물급 신인 등장
영상
strongman76
05/16 47318 211
[복구] RJ01540816 창해의 레이디 스파이 ver.1.0.0
복구
simsim22
05/16 22521 90
청?아 / 버튜버 / 이종간) 아르스X촉수
영상
darkunicorn
05/16 22915 66
[미번/번역요청]미용실 스텝 누나가 빼주는 이야기
동인
아돌
05/16 10009 20
[고전/모음집] almond collective 업스케일링
영상
미노타쿤
05/16 26223 247
청?아 / 블아) 아리스(임ㅅ전)
영상
darkunicorn
05/16 22872 104
[구매보급] [버전업] RJ01485652 종말의 얼터에고이즘 ver1.08+DLC 포함 ver2.01
미번
gkqisq
05/16 13966 83
청아) 오네쇼타 귀핥기+대딸 3인칭 / 1인칭
영상
darkunicorn
05/16 25470 88
(ai번역)Akagi asahito - 불량한 여친 시리즈 7편
동인
플르
05/16 13250 35