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

Function downloadHtml

contents/paywallbuster.tsx:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 function downloadHtml() {
110 const dom = document.querySelector("article")
111 saveHtml(dom, articleTitle)
112 }
113
114 function parseMarkdown() {
115 const dom = document.querySelector("article")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected