From 4e61d73578ad03717c5710b94d3a032433f3808a Mon Sep 17 00:00:00 2001 From: Xingwang Liao Date: Mon, 25 Dec 2023 04:56:58 +0000 Subject: [PATCH] fix: use dmhy's own icon fix #210 --- userscript.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userscript.config.js b/userscript.config.js index 7f454af..01b1874 100644 --- a/userscript.config.js +++ b/userscript.config.js @@ -27,5 +27,5 @@ export default { license: packageConfig.license, "run-at": "document-end", version: packageConfig.version || "1.0.0", - icon: "https://www.google.cn/s2/favicons?domain=share.dmhy.org", + icon: "https://share.dmhy.org/favicon.ico", };