test-page-text-stats
暂无描述。
*://*/*
1return { textLength: document.body?.innerText?.length || 0, selection: window.getSelection()?.toString() || '' };