This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Stefan Judis
stefanjudis.com
did:plc:w2nz7d2phfbrzyembuw7oxjj
TIL, Chrome 144 ships some new pseudo-classes. 👏
Within limits, you can now style the matching strings of the "find in page" search.
::search-text {
// matching strings
}
::search-text:current {
// currently matched string
}
More on the blog. 👇
https://www.stefanjudis.com/today-i-learned/how-to-style-find-in-page-substrings/
2026-02-02T14:07:28.892Z