Rob--W / dont-track-me-google

Firefox and Chrome extensions to prevent Google from making links ugly.
MIT License
472 stars 26 forks source link

Replace @match with @include in userscript generation script. #34

Closed ghost closed 4 years ago

ghost commented 4 years ago

Replace @match with @include in userscript generation script.

Rob--W commented 4 years ago

Why?

This is not an improvement, as @match is preferred over @include where possible. Also, the resulting extension is not valid, as the match patterns are not valid.