YouTube Watched Hider의 버전 기록 - 5개 버전
YouTube Watched Hider 제작자: Jose
YouTube Watched Hider의 버전 기록 - 5개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.13
2026년 4월 29일에 출시 - 14.65 KBfirefox 142.0 이상에서 작동Version 1.13
This update contains a major architectural rewrite to solve high CPU and RAM usage for users with large watch histories.- Massive Performance Improvement: The extension no longer loads your entire watch history into memory on every tab. It now only checks the database for the exact videos currently visible on your screen. Memory usage per background tab has been reduced to near zero.
- Fixed Browser Lockups: Resolved an issue where opening multiple YouTube tabs simultaneously would cause Firefox to freeze due to the tabs trying to sync tens of thousands of videos at the same time.
- Fixed Skipped Videos: Resolved a timing bug on freshly opened tabs where the extension would scan the page before your settings were fully loaded, causing some watched videos to slip through and remain visible.
All Rights Reserved에 따라 릴리스된 소스 코드
이전 버전
버전 1.7
2026년 4월 26일에 출시 - 13.74 KBfirefox 142.0 이상에서 작동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.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.6
2026년 4월 26일에 출시 - 13.85 KBfirefox 142.0 이상에서 작동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.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.4
2026년 4월 23일에 출시 - 13.17 KBfirefox 142.0 이상에서 작동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.
All Rights Reserved에 따라 릴리스된 소스 코드
버전 1.1
2026년 3월 25일에 출시 - 13.03 KBfirefox 142.0 이상에서 작동All Rights Reserved에 따라 릴리스된 소스 코드