MCPcopy Index your code
hub / github.com/XIU2/UserScript / blockLowCount_now

Function blockLowCount_now

Zhihu-Enhanced.user.js:469–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

467 function blockLowCount_(className1, className2, menuUpvote, menuComment) {
468 // 前几条因为是直接加载的,而不是动态插入网页的,所以需要单独判断
469 function blockLowCount_now() {
470 document.querySelectorAll(className1).forEach(function(item1){
471 console.log(item1)
472 blockLowCount_1(item1,menuUpvote,'upvote_num');
473 blockLowCount_1(item1,menuComment,'comment_num');
474 })
475 }
476
477 blockLowCount_now();
478 window.addEventListener('urlchange', function(){

Callers 1

blockLowCount_Function · 0.85

Calls 1

blockLowCount_1Function · 0.85

Tested by

no test coverage detected