Skip to content

Commit d1f4e86

Browse files
committed
更新 [屏蔽首页视频] 功能
1 parent e8c0117 commit d1f4e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zhihu-Enhanced.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ function blockType(type) {
890890

891891
function blockType_(titleA) {
892892
if (!titleA) return // 判断是否为真
893-
console.log(titleA.href)
893+
//console.log(titleA.href)
894894
if (location.pathname === '/search') { // 搜索页
895895
if (location.search.indexOf('type=content') === -1) return // 仅限搜索页的 [综合]
896896
if (titleA.href.indexOf('/zvideo/') > -1 || titleA.href.indexOf('video.zhihu.com') > -1) { // 如果是视频

0 commit comments

Comments
 (0)