heowc / network-json-filter-chrome-extension

Network Response (JSON Body) Filter as Google Chrome Extension
MIT License
6 stars 0 forks source link

Improve url #3

Open heowc opened 4 years ago

heowc commented 4 years ago

The url is checked using String.includes(...). However, if this is a regular expression, it can be more usable.

heowc commented 4 years ago

Or glob pattern? Or both?