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

Function addSetInterval_

Zhihu-Enhanced.user.js:1158–1166  ·  view source on GitHub ↗
(A)

Source from the content-addressed store, hash-verified

1156 }
1157
1158 function addSetInterval_(A) {
1159 let timer = setInterval(function(){
1160 let aTag = document.querySelectorAll(A);
1161 if (aTag.length > 0) {
1162 clearInterval(timer);
1163 aTag.forEach(function(item){blockType_(item);})
1164 }
1165 });
1166 }
1167}
1168
1169

Callers 2

blockTypeFunction · 0.85
addToQuestionFunction · 0.85

Calls 2

blockType_Function · 0.85
addTypeTips_Function · 0.85

Tested by

no test coverage detected