Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
PlasmoOverlay
Function · 0.70
Calls
1
saveHtml
Function · 0.85
Tested by
no test coverage detected