Instagram progress bar — click/drag to seek, with sound, loop, and height controls.
Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.
3.2.3 (2026-08-26) — Sound sync fix - Clicking Instagram's speaker icon now syncs to the persisted Sound setting and updates the Settings panel live. - Next videos inherit your last manual mute/unmute choice (no longer fights your click). - Added retry + broader toggle detection for IG's async mute UI. 3.2.2 — Seek rewrite - Progress bar seek now uses a single delegated pointer handler (pointerdown/move/up/cancel) — fixes missed clicks, drag-out, and stale video refs. - Hit area = max(16px, 3× bar height) + touch-action:none for mobile. - Removed hovering HUD (flicker) — kept fixed `0:00 / 0:00` length label anchored bottom-left. 3.2.0 — Show video length - New Settings switch: Show video length (persisted via GM_getValue `aivp_showLength`, live-applied to all bars). Default ON. 3.1.1 — Hotfixes after 3.1.0 - Fix: Sound/Loop toggles now apply to existing videos (WeakMap → Map, was throwing on .keys()). - Fix: Sound toggle clicks IG mute button + forces video.muted/volume and retries at 400ms/1200ms so OFF actually sticks. - Fix: Height slider no longer resizes the Settings panel (iterate State.containerMap, not div[id^=aivp]) + clamp 0-100 and fix outside-click close. 3.1.0 — Minimal rewrite (since 3.0.0) - Removed KeyboardControls, ScrollManager, SeekStep, loopObservers and HTMLVideoElement override. - Replaced 8 menu commands with one Settings panel (Loop / Sound / Height + Reset, Esc/outside-close, persisted). - Sound OFF now correctly mutes on load (old unmuteVideo double-toggled). - Renamed to Instagram Fix.
Fixed progress bar not showing up in homepage.
Fixed follow button not working.