/*
改标签页图标
*/
$('link[rel="shortcut icon"]').remove();
(function() {
var link = document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'shortcut icon';
link.href = 'https://z3.ax1x.com/2021/05/10/gtzu3n.jpg';
document.getElementsByTagName('head')[0].appendChild(link);
}());