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

Function questionRichTextMore

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

Source from the content-addressed store, hash-verified

1329
1330// 展开问题描述
1331function questionRichTextMore() {
1332 if (!menu_value('menu_questionRichTextMore')) return
1333 let button = document.querySelector('button.QuestionRichText-more');
1334 if (button) button.click()
1335}
1336
1337// 移除登录弹窗
1338function removeLogin() {

Callers 1

startFunction · 0.85

Calls 1

menu_valueFunction · 0.70

Tested by

no test coverage detected