fix头像

This commit is contained in:
xing 2023-05-30 00:21:17 +08:00
parent d3f2c7c7c7
commit 5679b04222

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name tieba page // @name tieba page
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 1.021 // @version 1.022
// @author fthvgb1 // @author fthvgb1
// @match https://tieba.baidu.com/* // @match https://tieba.baidu.com/*
// @match https://tiebac.baidu.com/* // @match https://tiebac.baidu.com/*
@ -384,7 +384,7 @@
function t() { function t() {
lz(); lz();
fixHeadImages();
$("ul#pblist>li").forEach(function (e, iii) { $("ul#pblist>li").forEach(function (e, iii) {
let ff = f(e); let ff = f(e);
@ -902,7 +902,6 @@
if (title) { if (title) {
// title.href=title.href.replace('f?kw=','mo/q/m?word=') // title.href=title.href.replace('f?kw=','mo/q/m?word=')
} }
fixHeadImages();
god(); god();
p(); p();
reply(); reply();