()
| 104 | } |
| 105 | |
| 106 | function downloadHtml() { |
| 107 | const dom = document.querySelector( |
| 108 | isBaijiahao ? "#ssr-content .EaCvy" : ".wd-ai-index-pc" |
| 109 | ) |
| 110 | saveHtml(dom, articleTitle) |
| 111 | } |
| 112 | |
| 113 | function parseMarkdown() { |
| 114 | const dom = document.querySelector<HTMLElement>( |
no test coverage detected