We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c0117 commit d1f4e86Copy full SHA for d1f4e86
1 file changed
Zhihu-Enhanced.user.js
@@ -890,7 +890,7 @@ function blockType(type) {
890
891
function blockType_(titleA) {
892
if (!titleA) return // 判断是否为真
893
- console.log(titleA.href)
+ //console.log(titleA.href)
894
if (location.pathname === '/search') { // 搜索页
895
if (location.search.indexOf('type=content') === -1) return // 仅限搜索页的 [综合]
896
if (titleA.href.indexOf('/zvideo/') > -1 || titleA.href.indexOf('video.zhihu.com') > -1) { // 如果是视频
0 commit comments