()
| 89 | } |
| 90 | |
| 91 | function editMarkdown() { |
| 92 | const dom = document.querySelector( |
| 93 | isBaijiahao ? "#ssr-content .EaCvy" : ".wd-ai-index-pc" |
| 94 | ) |
| 95 | setContent(dom, articleTitle) |
| 96 | } |
| 97 | |
| 98 | function downloadMarkdown() { |
| 99 | const html = document.querySelector( |