From 9933b7d9bc841018d1f375eb9037f83b8e218955 Mon Sep 17 00:00:00 2001 From: xing Date: Wed, 25 Mar 2020 00:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tieba page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tieba page.js b/tieba page.js index 20a5609..f6bc8d9 100644 --- a/tieba page.js +++ b/tieba page.js @@ -530,7 +530,7 @@ } clickControl(); let css = document.createElement('style'); - css.innerText = ` + css.textContent = ` #pblist>li:not(.list_item) { display:none; } #frslistcontent>li:not([data-tid]):not(.tl_gap) { display:none; } .top-guide-wrap { display:none !important;}