brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
409 stars 53 forks source link

allow user add modifiers per search #316

Open muescha opened 4 years ago

muescha commented 4 years ago

Issue Description

let user add modifiers per search

Use Case

mostly i look for case independent searches, but sometimes i need a search with match case. just now i have to open the options dialog.

How to implement

brandon1024 commented 4 years ago

I had considered implementing this in the early stages of the project, but decided against it since I anticipated much confusion around that functionality. I might look into this again at some point when I have some free time, I have a few ideas that might be good compromises. Thanks for your interest!