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

Function downloadHtml

contents/jianshu.tsx:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 function downloadHtml() {
212 const dom = document.querySelector("section.ouvJEz")
213 saveHtml(dom, articleTitle)
214 }
215
216 function parseMarkdown() {
217 const dom = document.querySelector("section.ouvJEz")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected