Skip to content

Commit c5bea6e

Browse files
committed
Update META.js
1 parent e41da7e commit c5bea6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

META.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ const proxyProviderUrls = {
66
C: "https://the.url.of/C.yaml",
77
};
88

9-
function extractFavicon(domain) {
10-
return `https://www.google.com/s2/favicons?sz=256&domain=${domain}`;
11-
}
12-
139
// ################################################### this section can be flexibly customized ###################################################
1410

1511
const BASE_ICON_SET_URL =
@@ -178,6 +174,10 @@ const locations = [
178174

179175
// ####################################### DO NOT MODIFY THE CODE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING #######################################
180176

177+
function extractFavicon(domain) {
178+
return `https://www.google.com/s2/favicons?sz=256&domain=${domain}`;
179+
}
180+
181181
// General Configuration
182182

183183
const generalConfig = {

0 commit comments

Comments
 (0)