RegexSearch
RegexSearch copied to clipboard
Firefox Extension (WebExtension) to Search in HTML using Regular Expression (REGEX)
Hello. Is there a way to do that ? How to configure it to make it work as in the topic ?
Would it be feasible to instead of making the user select a set highlight color when doing a search, allow for an appropriate/optimal highlight color to be determined programmatically? This...
Negative lookahead (?!.....) does not seem to work in Mac Firefox 71. I get slow down warnings even after 40s (default 10s).
It is not convenient to use the extension in the extended menu
I browse the web with multiple css overwrites due to poor eyesight. Currently, the extension highlights do not show up due to the overwrites.
Hi, (Sorry if this looks like several requests in one, but I think it's part of the same base issue) Currently, you only get the first match unless you turn...
Hi Mohd, 1. After you use RegexSearch, you close it and re-open, it already preserves most inputs (the regex itself, checkboxes [] Global, [] Case-insensitive...). However, 'Highlight' button toggle state...
Hi, love the extension. I've been using it to find if a given page has an hyperlink with specific href and anchor text values. It's been very useful particularly because...
Please add a dark (white on black) skin if the user is having Firefox with dark theme.
I've seen variants of this behavior on a number of pages, this is one fairly straightforward example. On this page, using `(?:^|\s)a[^\s$]+` (global, case-insensitive) to find/highlight all words starting with...