更新 'tieba page.js'

This commit is contained in:
xing 2022-08-26 04:58:20 +00:00
parent 7da7d706df
commit 247f26a000

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name tieba page // @name tieba page
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 1.019 // @version 1.020
// @author fthvgb1 // @author fthvgb1
// @match https://tieba.baidu.com/* // @match https://tieba.baidu.com/*
// @match https://tiebac.baidu.com/* // @match https://tiebac.baidu.com/*
@ -919,7 +919,10 @@
]); ]);
document.querySelector('.father-cut-pager-class-no-page').classList.remove('father-cut-pager-class-no-page'); let lxf = document.querySelector('.father-cut-pager-class-no-page')
if(lxf){
lxf.classList.remove('father-cut-pager-class-no-page');
}
let list = document.querySelector('ul#pblist'); let list = document.querySelector('ul#pblist');
let MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver; let MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;