开发者

Mozilla addon keyword search through Web Page(content)

开发者 https://www.devze.com 2023-01-26 21:18 出处:网络
I need to do keyword se开发者_如何学Carch in Loaded web page. Is there any good way other than get all web site HTMl and search.Instead of searching the HTML content, you could try searching just the

I need to do keyword se开发者_如何学Carch in Loaded web page. Is there any good way other than get all web site HTMl and search.


Instead of searching the HTML content, you could try searching just the text content. Maybe use the string content.document.body.textContent or something like that?

0

精彩评论

暂无评论...
验证码 换一张
取 消