Ignore changes to a DOM element

To ignore changes to a page element, add a class called "sessioncamignorechanges" to that element. 

The element will be displayed in its original state and changes to that element and any child elements will be ignored and will not appear in SessionCam.  

<div id="change" class="sessioncamignorechanges">
  <div id="child">
  </div>
</div>