Description from extension meta
An extension for Regex Find. Search for regular expressions within webpages
Image from store
Description from store
Feature:
- Blazing fast: achieves an overall time complexity of O(n), where n is the total content on the page.
- Seamless integration: Adopts keyboard shortcuts consistent with Chrome's default settings.
Limitations:
- Due to limitations in ECMAScript regular expression implementations, certain features are not supported, such as positive lookbehind with `?<text`.
- Duo to limitations of DOM APIs, certain features are not supported, such as contents in pseudo elements.
Change logs:
https://github.com/soc221b/browser-find/blob/main/CHANGELOG.md
Latest reviews
- (2025-09-06) Darren lee: Works really well, dead simple to use, the toggles for regex, word matches, case sensitive are very useful. And I like how I can pull it up just using Cmd+F.
- (2025-04-20) Oleksandr Boiko: Nice! Would be even better, if it had features native Chrome search has: - current word (the orange one) was centered vertically on the page - there was a minimap near the scrollbar to understand an approximate location of matches on the document - current selection (at the moment ctrl+F is pressed) was automatically used for current search