I manage a website that has periodic recurring temporary notices. The only changes are to the date/time, and some of the description info. It’s cumbersome to have to create these sections, let them be up for about a week, and then delete them, just to re-create them in a month. For now I’m using element CSS hide the row (display:none) instead of deleting it. Each month I remove the CSS so it displays again. The issue is that the content is still in the HTML data stream when I have it set to display:none.
It would be nice if there was an X inspector configuration setting to physically remove the content from the HTML data stream.

