kone
소미소프트

소미소프트

썸네일 크기조절 스크립트

06/01/2025, 08:33:19
유틸
2949 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
06/01/25
너비아니
06/15/25
참 좋은데 맨 아래쪽 게시글 한두개는 100%기준 아래가 짤리네요
【극음】 비경의 숙면 에스테틱 살롱에 오신 것을 환영합니다~청초 테라피스트들과의 비밀 밀착 극상 코스~
소리
키리안
05/05 11406 64
[후타] 이본 & 관리자 파트 1 (엔드필드)
영상
브레머튼
05/05 16828 97
자궁문신 데니아 (명조)
영상
브레머튼
05/05 17546 120
아를레키노 & 츄츄족 (원신)
영상
브레머튼
05/05 22868 179
요청복구 - 【패배 무참 타락】쾌락 절정 여자닌자 유키메 ~내 임신술이 네놈의 잡졸에게 질 리가 없어~
소리
테탑시
05/05 10583 62
90일, 대리) RJ269944 FlashCyclingRide 2~자전거 노출주의보 v1.40.zip
복구
ㅇㅇ
05/05 15655 53
청아, AI번역) [직번] 전뇌에 잠든 사랑의 열쇠 3부 (Umiyamasoze)
동인
rapbit
05/05 12599 46
청아, AI번역) [직번] 전뇌에 잠든 사랑의 열쇠 2부 (Umiyamasoze)
동인
rapbit
05/05 10679 38
청아, AI번역) [직번] 전뇌에 잠든 사랑의 열쇠 1부 (Umiyamasoze)
동인
rapbit
05/05 23276 50
[구매보급]RJ01200916 Succubus&magic
미번
gnrjrdtjcft
05/05 17556 41
[미검수][AI][패치만] RJ01549336 알미오시온의 의술사
번역
lovesccubus
05/05 64384 218
란도셀 여친 ~아이가키 카논~ 〇학교 ⑤학년 ①⓪살 '오빠♪ 어른이 하는 야한 일♪ 〇학생인 나에게 알려줘'
소리
9ya
05/05 13852 47
[ai 자동채색 작업] Rama 나, 여자가 되어버렸어… 작업 현황
야짤
fhfhfghdr453
05/05 9296 25
로리 마법소녀의 1주일 조교일기 2 , 3
소리
9ya
05/05 8940 50
[인간 번역] (RJ01610735) 一人暮ぐらしの夏休み
번역
Jack
05/05 77389 310
[구매보급]무지천사를 애완동물화~피네는인간의 정액변소가 되었습니다♡~
소리
이름뭐하지
05/05 9099 67
Evening Survivor 1.1.35
미번
ㅇㅇ
05/05 8444 36
[구매보급/미번/촉수?/이종간/수간/충간]Crynaria: Tears In The Abyss
미번
루파조아
05/05 16445 72
[미번][번역요청]size me up
미번
819455
05/05 8222 28
디바 임무 실패
야짤
177523
05/05 12482 34
[요청복구] RJ01356929 청빈성녀 에로컬트에 빠지다
복구
20001
05/05 18274 46
[후원보급] (후타, 보추, 수?간 포함) QW1wbGVjdGVk 모음집
영상
hannanas
05/05 27468 102
오늘은 어린이날
야짤
ㅇㅇ
05/05 13115 44
[구매보급] RJ01602261 ReisenHDream
미번
souldeth
05/05 6847 20
빨간날 기념 재밌는거 만들어옴
영상
ㅇㅇ
05/05 24718 126
스포, 복구요청)"변태적인 시스템" 여고생 스파이 잠입 수사 성 음술학원 RJ01148691 후기
후기 및 공략
eooeooeoo
05/05 8032 18
[요청복구] NTR 모험가 리에나 -노려진 그녀와 작은 그 사람
복구
dk041633
05/05 33378 102
미번/구매보급 마도사카네데 후타나리던전 안드로이드 버전
llmulge25
05/05 26507 34
고어,료나)pain:rein 0.096v
번역
sngjw1kq
05/05 31980 71
26.05.06, 90일) 2. RJ223237 SEQUEL awake v1.10. 개선 26.05.06.7z
복구
ㅇㅇ
05/05 28137 79