mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-09 10:55:22 +00:00
解决 屏蔽视频后,因首页信息流太少而没有滚动条,导致无法加载更多内容的问题
This commit is contained in:
@@ -1577,7 +1577,7 @@ function questionInvitation(){
|
||||
blockKeywords('index'); // 屏蔽指定关键词
|
||||
blockType(); // 屏蔽指定类别(视频/文章等)
|
||||
// 解决屏蔽视频后,因为首页信息流太少而没有滚动条导致无法加载更多内容的问题
|
||||
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;}';
|
||||
}
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user