ڕێگە دەدات وێنەکان ڕاستەوخۆ لە خانەکانی بارکردنی پەڕگە لە ماڵپەڕەکاندا بلکێنرێن.
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.
Ctrl + V / Cmd + V while on the web page.The script searches for the target upload control in the following order:
Once the image has been inserted, the script triggers a change event, allowing the website's own upload logic to detect the file change.
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.
<input type="file"> elements.