Highlights User-defined Text
< 脚本 Text Highlighter - Dynamic 的反馈
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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