it's not real time. you set a timer. by default it seems to be 10 seconds. it is probably equivalent to refreshing the live content page every 10 seconds.
how do i hide Live updates bit lol. takes an entire row and does not really provide much repeat value lol.
hopefully this would not interfere with anything else.
CSS:
.u-muted.block-outer-opposite {
displaY: none;
}
this one created some visual issues with the what's new page.
CSS:
#js-XFUniqueId3 {
display: none;
}
maybe developer can consider using an addon specific class for the template modification. i tried removing the content from template modification but it's disabled. and the edit has code which appears to be related to functionality. haven't tried disabling it.