An extension for Regex Find. Search for regular expressions within webpages
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 `?- Duo to limitations of DOM APIs, certain features are not supported, such as contents in pseudo elements.
Change logs:
v0.3.14
- fix: if cancelled it should not complete
- fix: INP
v0.3.12
- fix: INP
v0.3.4
- perf: render optimizations
v0.3.0
- feat: avoid collision
- fix: deps: update dependency @floating-ui/dom to v1.6.7
- fix: deps: update dependency tsx to v4.16.2
- fix: deps: update dependency webextension-polyfill to ^0.12.0
- fix: deps: update dependency zustand to v4.5.4
v0.2.7
- fix: trap key down for better support on Notion like apps
v0.2.6
- fix: should not trigger find on hash changes
v0.2.5
- fix: iframe
v0.2.4
- fix: remove unused popup
v0.2.3
- fix: trigger finding when navigated
v0.2.2
- feat: should not block main thread to improve user experience
v0.2.1
- perf: should not re-create highlights every time