Comment #1 on issue 18259 by [email protected]: Match patterns are kinda lame http://code.google.com/p/chromium/issues/detail?id=18259
This seems like a good improvement overall. A few questions: - What does it mean to have both a pattern and a regex as you have in your example above? - So now there's no way to avoid https URLs even if you want to? I mostly agree with your two use cases (every page or a particular site), but for some reason it bugs me that now all content scripts will always script some https URLs. - Here's a third possible use case: a small list of sites. For example, maybe someone wants to modify the search results for yahoo, google and bing. This seems much less common, but I could imagine it. In that case, maybe the three pattern fields would be in a list? Perhaps that's overly complicated and the right model then is to just add another entry to content_scripts. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
