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

Function downloadHtml

contents/cnblogs.tsx:180–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 function downloadHtml() {
181 const dom = document.querySelector("#post_detail .post")
182 saveHtml(dom, articleTitle)
183 }
184
185 function parseMarkdown() {
186 const dom = document.querySelector<HTMLElement>("#post_detail")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected