<p>That "fan feed" feature at the bottom of the page is not new, and has been there for a while to my knowledge (I haven't touched my global.css in some time, and it's had the fan feed feature hidden since then).
</p><p>Add
</p>
#mixed-content-footer {
display: none;
}
<p>To your
global.css or
common.css files and it should disappear.
</p>