Hiding CORS pre-flight requests in Google Chrome dev tools

To hide the pre-flight requests (OPTIONS) in chrome dev tools, use the filter option. Then in the filtering text box, enter:

-method:OPTIONS

If you want to add additional filters, then comma separate them.