File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ const proxyProviderUrls = {
6
6
C : "https://the.url.of/C.yaml" ,
7
7
} ;
8
8
9
- function extractFavicon ( domain ) {
10
- return `https://www.google.com/s2/favicons?sz=256&domain=${ domain } ` ;
11
- }
12
-
13
9
// ################################################### this section can be flexibly customized ###################################################
14
10
15
11
const BASE_ICON_SET_URL =
@@ -178,6 +174,10 @@ const locations = [
178
174
179
175
// ####################################### DO NOT MODIFY THE CODE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING #######################################
180
176
177
+ function extractFavicon ( domain ) {
178
+ return `https://www.google.com/s2/favicons?sz=256&domain=${ domain } ` ;
179
+ }
180
+
181
181
// General Configuration
182
182
183
183
const generalConfig = {
You can’t perform that action at this time.
0 commit comments