Greasy Fork is available in English.
通用圖片上傳與插入:支援貼上/拖曳/選擇,批次上傳至 Imgur/Tikolu/MJJ.Today/Appinn;自動複製 Markdown/HTML/BBCode/連結;可為各站點插入按鈕並適配 SPA;保存本地歷史。
A user script that lets you paste, drag, or select images and batch-upload them to Imgur or Tikolu or MJJ.Today or Appinn (selectable provider), then auto-copy the result in Markdown/HTML/BBCode/plain link. It also integrates configurable site buttons (works with SPA pages) and keeps a local upload history for quick reuse.






Markdown / HTML / BBCode / LinkInstall one of the following user script managers:
Markdown: HTML: <img src="url" alt="alt" />BBCode: [img]url[/img]Link: urlImgur / Tikolu / MJJ.Today / AppinnNone / wsrv.nl (Imgur not supported; when wsrv.nl is selected, outputs and history copy/open use https://wsrv.nl/?url=${encodeURIComponent(url)})Markdown / HTML / BBCode / Linkbefore | inside | after), text.comment-screenshot-control).Before inserts before, After inserts after, Inside appends as the last child.Save & Insert to persist the rule locally and inject immediately. A DOM observer keeps it inserted on SPA pages.Remove button (temporary) to clear injected buttons without deleting rules.Clear settings to remove all saved rules.Edit and Delete.addValueChangeListener support for script managers that do not implement it natively, enabling cross-tab data synchronization.GM_ storage calls to asynchronous APIs to improve script performance and compatibility with modern environments.fetch to GM_xmlhttpRequest to avoid CORS.gmRequest helper to unify upload provider requests.{ format?, host?, proxy?, btns?: [...] }.:host; the drop overlay (#uiu-drop) and site-injected buttons (.uiu-insert-btn) remain in the page DOM.aria-pressed) for History and Settings toggles.innerHTML clears (use textContent = ''), and parse custom button HTML via Range.createContextualFragment to prevent TT violations on strict sites.None / wsrv.nl; Imgur not supported; when wsrv.nl is selected, outputs and history copy/open use https://wsrv.nl/?url=${encodeURIComponent(url)}contentEditable elementsMIT License - see the LICENSE file for details.