你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/3719-text-highlighter-dynamic/discussions/139800,源站連結 點此以跳轉

Text Highlighter - Dynamic

Highlights User-defined Text

< 脚本 Text Highlighter - Dynamic 的反馈

评价:好评 - 脚本运行良好

§
发布于:2022-06-29

Hi there, is there a way to make this work on a form input field? id="forms.input" where the value has one of the keywords to be highlighted? I've checked and the js isn't ignoring ancestor::form

Many thanks

§
发布于:2022-06-30

This script highlights text by adding HTML into a text node. For example:

Before:

one two three

After:

one <span>two</span> three

I don't think that is possible in a text input.

发布留言

登录以发布留言。