From 536e73335101b339a5dbc34e2c33973851384fde Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=B0=8F=E6=9C=A8?= =?UTF-8?q?=E8=99=AB]=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autopage.user.js b/Autopage.user.js index 44cb0f5..6776401 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -4429,7 +4429,7 @@ function: { host: 'muchong.com', functionS: function() {if (indexOF('/f-') || indexOF('search.php')) { curSite = DBSite.muchong; - } else if (indexOF('/t-')) { + } else if (indexOF('/t-') && GM_getValue('menu_thread')) { curSite = DBSite.muchong; curSite.pager.pageE = 'css;#maincontent > table > tbody:not(.header)'; curSite.pager.scrollD = 2000; }}, style: 'tr.forum_head {display: none !important;}',