We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebb19f commit c79b87cCopy full SHA for c79b87c
1 file changed
Zhihu-Enhanced.user.js
@@ -1577,7 +1577,7 @@ function questionInvitation(){
1577
blockKeywords('index'); // 屏蔽指定关键词
1578
blockType(); // 屏蔽指定类别(视频/文章等)
1579
// 解决屏蔽视频后,因为首页信息流太少而没有滚动条导致无法加载更多内容的问题
1580
- document.lastElementChild.appendChild(document.createElement('style')).textContent = '.Topstory-container{min-height: 1500px;}';
+ if (menu_value('menu_blockTypeVideo')) document.lastElementChild.appendChild(document.createElement('style')).textContent = '.Topstory-container{min-height: 1500px;}';
1581
}
1582
1583
})();
0 commit comments