灵猴市集Linghou Market

测试:提取页面链接

generaltest-extract-links

暂无描述。

版本1.0.0
扫描passed
更新2026-06-26
超时30000ms

匹配范围

*://*/*

排除范围

未声明

能力声明

未声明

代码

源码已展开
1return Array.from(document.querySelectorAll('a')).slice(0, 8).map((a) => ({ text: a.textContent?.trim() || '', href: a.href }));