// ==UserScript==
// @name 网页图片采集器
// @namespace http://tampermonkey.net/
// @version v1.0
// @description 支持动态加载、智能去重、大图预览的网页图片下载工具
// @author YourName
// @match :///*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_setClipboard
// @grant GM_notification
// @grant GM_download
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js
// @license MIT
// ==/UserScript==