requires an extra API call to check follow relations (though can be bundled into max 40 people per check, and cached until an F5) so im gonna disable it by default since it's useless busywork if the backend does the filtering
there's this lil bit of code that means any media attachment after the second one gets lazily loaded for http request prioritization (loading=lazy for images, preload=none for videos) but for videos it was the other way around
javascript tip: any time you have global state you can Just Export That to the Window Variable so people with console access can just fuck with your state it's actually really cool and good