/// JavaScript to block autoplaying videos on Instagram while still allowing /// explicit user-initiated playback. /// /// This script: /// - Overrides HTMLVideoElement.prototype.play before Instagram initialises. /// - Returns Promise.resolve() for blocked autoplay calls (never throws). /// - Uses a short-lived per-element flag set by user clicks to allow play(). /// - Strips the autoplay attribute from dynamically added