We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23af4d6 commit c9288ebCopy full SHA for c9288eb
1 file changed
scripts/init.js
@@ -5,7 +5,7 @@ let hShake;
5
let notificationCount = '';
6
7
const downloadMirrorUrl = 'https://ghfast.top/<T>';
8
-const fIconUrl = 'https://favicon.pub/api/<T>?s=16';
+const fIconUrl = 'https://www.faviconextractor.com/favicon/<T>?larger=true';
9
const ghRepoMirrorUrl = '';
10
11
const checkDate = (date = new Date()) => (date.getDate() == 1 && date.getMonth() + 1 == 4) ? true : false;
0 commit comments