I am struggling to get Tampermonkey (with Chrome) to automatically change the display style of a field on a website. I would like to display the following hidden element:
<div class="VehicleDetailsPricing" id="VehicleDetailsPricing" style="display: none">
I can manually edit the the display style to inline
which works, but cannot get Tampermonkey to do the same.