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

Function downloadHtml

contents/medium.tsx:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 function downloadHtml() {
160 const dom = document.querySelector("article")
161 saveHtml(dom, articleTitle)
162 }
163
164 function parseMarkdown() {
165 const dom = document.querySelector("article")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected