mozilla / voicefill

A WebExtension To Add Speech To Text Support to Web Pages
Mozilla Public License 2.0
91 stars 29 forks source link

Halve number of content_scripts matches #260

Closed g-k closed 5 years ago

g-k commented 6 years ago

Per @Rob--W's comment https://github.com/mozilla/speaktome/pull/258#discussion_r175912747

It is not necessary to have both https://example.com/ and https://example.com/*. You can reduce the number of match patterns by about 50% by removing the match patterns without wildcard (and keep those with the wildcard).