Skip to content

Instantly share code, notes, and snippets.

View zenvertao's full-sized avatar
♥️
Alive

Zenver Tao zenvertao

♥️
Alive
View GitHub Profile
@zenvertao
zenvertao / favicon-sniffer.user.js
Last active December 12, 2025 17:00
Detect and download all favicons, touch icons, and bookmark icons from websites
// ==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