How can I disable a certain CSS property across a web page?

I’m trying to performance test an application, and would like to turn on/off a few expensive CSS features (blur, border rounding, opacity) to see their effect. Is there any convenient way I can do this through DevTools?