Historie doplňku YouTube Watched Hider - 4 verze
YouTube Watched Hider od Jose
Historie doplňku YouTube Watched Hider - 4 verze
Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.
Nejnovější verze
Verze 1.7
Vydáno 26. dub 2026 – 13,74 KBFunguje s: firefox 142.0 a novějšíVersion 1.7- Fixed a bug where watched videos would occasionally fail to hide or reappear after clicking a video and returning to the home page.
- Improved hiding reliability by replacing inline styles with a custom HTML attribute. This prevents YouTube's scripts from aggressively overwriting the extension's hidden state.
- Adjusted the CSS injection method so the extension's zero-latency hiding rules survive YouTube's dynamic page loads.
- Added logic to properly handle YouTube's DOM element recycling, ensuring that when YouTube reuses a hidden element container for a new unwatched video, it correctly becomes visible again.
Zdrojový kód zveřejněn pod licencí Všechna práva vyhrazena
Starší verze
Verze 1.6
Vydáno 26. dub 2026 – 13,85 KBFunguje s: firefox 142.0 a novějšíVersion 1.6
This is a major update focused entirely on performance, memory reduction, and visual speed.- Fixed a critical memory leak. Previously, the extension stored all watched videos in a single large array. On heavy scrolling, syncing this array across tabs could consume gigabytes of RAM.
- Restructured the storage database to use a lightweight key-value dictionary. Memory usage is now strictly minimized, even for users with 100,000+ saved videos. Existing data is migrated automatically in the background.
- Introduced zero-latency native CSS hiding. When the "Hide if ANY progress bar" option is enabled, the extension now injects native CSS rules into the browser. Videos are hidden instantly (0ms delay) before the screen paints, completely eliminating visual flashing.
- Optimized the JavaScript scanner to skip elements that have already been hidden by the new CSS rules, saving additional CPU cycles and battery life.
- Rewrote the Options page logic to efficiently import, export, and wipe data using the new lightweight database structure.
Zdrojový kód zveřejněn pod licencí Všechna práva vyhrazena
Verze 1.4
Vydáno 23. dub 2026 – 13,17 KBFunguje s: firefox 142.0 a novějšíVersion 1.4- Added a setting to ignore playlists. This prevents the extension from hiding playlist cards and videos actively playing in a playlist. Enabled by default.
- Improved performance by throttling the page scanner. This reduces CPU usage and prevents lag when scrolling down YouTube.
- Added unlimited storage support so large watch history imports no longer hit the browser's default 5MB storage limit.
- Fixed a bug where saving multiple videos at the exact same time could cause some to be lost.
- Updated the "Wipe Database" confirmation prompt to display the exact number of saved videos.
Zdrojový kód zveřejněn pod licencí Všechna práva vyhrazena
Verze 1.1
Vydáno 25. bře 2026 – 13,03 KBFunguje s: firefox 142.0 a novějšíZdrojový kód zveřejněn pod licencí Všechna práva vyhrazena