MCPcopy
hub / github.com/027xiguapi/code-box / editMarkdown

Function editMarkdown

contents/baidu.tsx:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 function editMarkdown() {
92 const dom = document.querySelector(
93 isBaijiahao ? "#ssr-content .EaCvy" : ".wd-ai-index-pc"
94 )
95 setContent(dom, articleTitle)
96 }
97
98 function downloadMarkdown() {
99 const html = document.querySelector(

Callers 1

PlasmoOverlayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected