This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Favicon Sniffer v1.2 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Detect and download all favicons, touch icons, and bookmark icons from websites | |
| // @description:zh-CN 自动探测并下载网站的所有图标资源 | |
| // @author ZenverTao & Gemini | |
| // @match *://*/* | |
| // @grant GM_addStyle | |
| // @grant GM_xmlhttpRequest |