YouTube Recall version history - 1 version
YouTube Recall by Two Scheming Eunuchs
YouTube Recall version history - 1 version
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.1.1
Released Sep 20, 2026 - 45.17 KBWorks with firefox 140.0 and laterStop the panel flicker on videos that play
PROBLEM
- The panel flashed repeatedly on videos that play.
- Each flash started a lookup for a video that played correctly.
- The add-on made a new decision for each change in the player area.
- The add-on sent many requests to the archives.
FIX
- The add-on makes one decision for each video.
- After the decision, the add-on stays idle.
- The add-on does not look at a video that plays.
HOW
1. Find the error box with the CSS display value. Do not use the size of the box.
2. If the box is hidden, stop. Do not start a lookup.
3. Keep the video ID after the decision "no panel". Do not decide again for the same ID.Source code released under MIT License