범용 이미지 붙여넣기 지원

여러 웹사이트에서 이미지를 파일 업로드 입력란에 직접 붙여넣을 수 있게 합니다.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Murasame-chan
일일 설치 수
0
총 설치 수
2
평점
0 0 0
버전
1.0.0
생성일
2026-05-27
갱신일
2026-05-27
크기
11.3KB
라이선스
MIT
적용 사이트
모든 사이트

Feature Description

This script enables file upload fields on web pages to support direct pasting of images from the clipboard.

After you have copied an image or taken a screenshot, simply press Ctrl + V / Cmd + V on any website that supports file uploads; the script will attempt to automatically insert the image from your clipboard into the page's <input type="file"> upload control.

Usage Instructions

  1. Install and enable the script.
  2. Open any website that contains a file upload control.
  3. Copy an image, or use your system's screenshot tool to capture an image to the clipboard.
  4. Press Ctrl + V / Cmd + V while on the web page.
  5. If an available file upload field exists on the page, the image will be automatically inserted into the upload control.

Matching Logic

The script searches for the target upload control in the following order:

  1. The currently focused file upload field.
  2. The first visible file upload field found on the page.
  3. If no visible upload fields are found, the first hidden upload field found on the page is used as a fallback.

Once the image has been inserted, the script triggers a change event, allowing the website's own upload logic to detect the file change.

Privacy Statement

The script itself does not actively upload, transmit, or store any image data.

It only reads the image currently held in your clipboard when you perform a paste action, and then hands that image over to the file upload control within the current web page. Whether or not the image is subsequently uploaded depends entirely on the target website's own upload logic.

Important Notes

  • Only processes image content found in the clipboard.
  • Does not interfere with the pasting of ordinary text.
  • Primarily designed for websites that utilize standard <input type="file"> elements.
  • May not function correctly on websites using entirely custom upload components, cross-origin iframes, specialized editors, or those that intercept paste events.
  • The script outputs debugging logs to the browser's developer console to assist in troubleshooting issues related to pasting and upload control matching.

Applicable Scenarios

  • Directly pasting screenshots when posting on forums.
  • Quickly uploading images within online customer support interfaces or ticketing systems.
  • Rapidly adding images to Markdown editors, blog administration dashboards, or image hosting pages.
  • Any scenario requiring the frequent uploading of clipboard images to a web page.