Block New YouTube Videos version history - 4 versions
Block New YouTube Videos by Thanakorn Phuttharaksa
Block New YouTube Videos version history - 4 versions
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 1.3
Released Jun 12, 2024 - 20.86 KBWorks with firefox 48.0 and laterChanged:
- The main script is set to load as soon as the page starts loading, which precedes any requests to YouTube. This change should resolve the issue in which some videos are skipped because they are loaded before the add-on.Source code released under GNU General Public License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.2
Released May 2, 2024 - 20.82 KBWorks with firefox 48.0 and laterFixed:
- The script is intended to only block videos on the recommended page, but there is an oversight which causes it to remove videos in `/<channel>/videos` also. This means if you navigate to the video tab of a channel, videos there were also blocked. This is an unintended behavior. The issue is resolved by adding a guard to ensure that the script only execute on the recommended page and disable elsewhere.Source code released under GNU General Public License v3.0 only
Version 1.1
Released Apr 30, 2024 - 9.04 KBWorks with firefox 48.0 and later, android 120.0 and laterImproved:
- Before when a DOM has been changed, the extension always scans through the entire document, regardless of where the change occurs. With this update, only those mutated DOM nodes will be scanned, massively improving performance while browsing.Source code released under GNU General Public License v3.0 only
Version 1.0
Released Apr 28, 2024 - 23.06 KBWorks with firefox 48.0 and laterSource code released under GNU General Public License v3.0 only