MCPcopy Create free account
hub / github.com/dajie111/nodeseek-userscript / startAutoRefresh

Function startAutoRefresh

topReply.js:768–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766
767 const meta = document.createElement('div');
768 meta.style.cssText = 'display:flex;gap:6px;margin-top:3px;font-size:11px;align-items:center;flex-wrap:wrap;';
769
770 // 作者
771 const authorSpan = document.createElement('span');
772 authorSpan.textContent = post.author;
773 authorSpan.style.cssText = 'color:#5a6d80;background:#eef2f7;padding:2px 8px;border-radius:10px;font-weight:500;';
774
775 // 回复数
776 const commentSpan = document.createElement('span');

Callers 1

topReply.jsFile · 0.85

Calls 1

fetchTopPostsFunction · 0.85

Tested by

no test coverage detected