/** * FocusGram Content Hider * Toggleable visibility for: stories tray, feed posts, suggested content. * Flutter controls via window.__fgContent.* * Injected at DOCUMENT_END. * * Improvements: * - Better story tray detection using multiple strategies * - Overlay for hidden feed content with loading indicator * - Improved suggested posts detection * - Fixed reels hiding to avoid blank feed issues */ (function () { 'use strict'; const STYLE_ID = 'fg-content-hider'; const OVERLAY_ID = 'fg-content-overlay'; let hideStories = false; let hidePosts = false; let hideSuggested = false; let hideReels = false; // ─── CSS rules ──────────────────────────────────────────────────────────── const buildCSS = () => { let css = ''; if (hideStories) { // Story tray: IG mobile web renders as a scrollable