Greasy Fork is available in English.
全页面图片扫描 | 增量抓取 | 一键复制 | 面板记忆 | UI 磁吸靠边
A universal image grabber userscript based on Tampermonkey.
支持全页面图片抓取 / 增量扫描 / UI记忆 / 磁吸停靠 / 一键复制
Requires:
GitHub:
👉 https://github.com/AllureLove98/picture-taking
⭐ Star this project if you like it!
| Browser | Extension |
|---|---|
| Chrome / Edge | Tampermonkey |
| Firefox | Tampermonkey / Violentmonkey |
.user.js codeDone ✅
| Action | Function |
|---|---|
| 📸 Click | Open / Close panel |
| 🔍 Scan | Increment scan |
| 🧹 Reset | Clear cache & rescan |
| 📋 Copy All | Copy all URLs |
| Click Image | Open in new tab |
| Drag Button | Move floating UI |
Script scans DOM elements:
<img><video poster>background-image:before:afterUsing Set for deduplication:
let urlStore = new Set();
let processedRawUrls = new Set();