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

Function downloadHtml

contents/oschina.tsx:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 function downloadHtml() {
98 const dom = document.querySelector(".article-box")
99 saveHtml(dom, articleTitle)
100 }
101
102 function parseMarkdown() {
103 const dom = document.querySelector(".article-box")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected