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

Function downloadHtml

contents/51cto.tsx:239–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 }
238
239 function downloadHtml() {
240 const dom = document.querySelector<HTMLElement>("article .article-detail")
241 saveHtml(dom, articleTitle)
242 }
243
244 function editMarkdown() {
245 const dom = document.querySelector<HTMLElement>("article .article-detail")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected