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