We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a58b66 commit 536e733Copy full SHA for 536e733
1 file changed
Autopage.user.js
@@ -4429,7 +4429,7 @@ function: {
4429
host: 'muchong.com',
4430
functionS: function() {if (indexOF('/f-') || indexOF('search.php')) {
4431
curSite = DBSite.muchong;
4432
- } else if (indexOF('/t-')) {
+ } else if (indexOF('/t-') && GM_getValue('menu_thread')) {
4433
curSite = DBSite.muchong; curSite.pager.pageE = 'css;#maincontent > table > tbody:not(.header)'; curSite.pager.scrollD = 2000;
4434
}},
4435
style: 'tr.forum_head {display: none !important;}',
0 commit comments