quick-find icon indicating copy to clipboard operation
quick-find copied to clipboard

Next gen text search for chrome

Results 22 quick-find issues
Sort by recently updated
recently updated
newest added

Often, there's a need to search the page for patterns, like - `translat[e|or]` (not "translation") - `poss?ible` (including typos) - ` 4\d\d ` (all 4xx HTTP errors) - `error|problem|bug|issue|fail|break| not...

In Firefox it's possible to search the page without any shortcut key - it just immediately starts searching as you type your query (ie: no `/` needed first). It would...