QntmBlock version history - 4 versions
QntmBlock by quantumbrowser.dev
QntmBlock 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 0.5.1Released Oct 10, 2025 - 18.67 MBWorks with firefox 109.0a1 and laterUpdate v0.5 (actually half the way there)- Major performance and stability improvements due to the new Rust WebAssembly backend.
- Complete redesign of the popup UI.
- Auto-skip is fixed now.
 
 Upcoming Features- Script Executor with its own API that allows a developer to run custom scripts on every website and experiment with our tool on them.
- Dev Console with advanced logging and debugging tools.
- WebGL support for better performance.
- Side-by-side Ad Player that allows you to watch processed ads and video at the same time.
- Migrating most of the backend to Rust WebAssembly for better performance and more possibilities.
 
 Polished UI & seamless activation- Fully redesigned popup UI across all sections.
- Accessibility and UX: better keyboard focus, larger hit areas, and improved contrast.
 
 Rust WASM backend (only opti for now)
 This extension now includes a Rust WebAssembly backend that runs from the background script. It’s integrated but does nothing but optimatizations yet — ready for future features.
 If you are going to make changes to it, just run- cd wasmand then- wasm-pack build --release --target web --out-dir ../pkgto build it.- Source code released under Apache License 2.0 
- Older versions- Version 0.4.0Released Oct 4, 2025 - 1.34 MBWorks with firefox 109.0a1 and laterUpdate v0.4- Major performance and stability improvements have been implemented.
- Overall enhancements to standard functions for more reliable ad handling.
- New experimental ad detection methods have been added.
- Exciting new features like the Dev Console, Script Executor, and a Canvas/Side-by-Side Player are being developed for the upcoming BIG update v1.0
 
 Installation- Firefox: Install from Add-ons
- Chrome/Chromium: Not available on the Chrome Web Store (more about that is below), but you can install manually:- Download or clone this repository.
- Open Chrome and go to chrome://extensions.
- Enable "Developer mode" (top right).
- Click "Load unpacked" and select the extension folder.
- (Optional) For debugging, you can add the debug addon from the repo in the same way.
 
 
 About Chromium (Chrome Web Store)
 I’ve decided not to publish the extension on the Chrome Web Store. The required developer registration fee just to list an extension feels absurd to me, and I’m not willing to pay it. In my view, this pay-to-publish approach reflects poorly on the Chromium ecosystem.
 That is all from me. Enjoy the extension!
 License
 Apache License 2.0
 Copyright 2025 Quantum Browser
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at- http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.- Source code released under Apache License 2.0 
- Version 0.3.0Released Oct 3, 2025 - 1.34 MBWorks with firefox 109.0a1 and later, android 120.0 and laterUpdate v0.3- All tests of experimental features are now complete.
- Significant performance and detection improvements.
- A major update is coming soon.
- AI-powered automatic YouTube scanner is in development.
- QntmBlock is now approved on the Firefox Add-ons Marketplace—thanks to the Firefox team!
 
 Installation- Firefox: Install from Add-ons
- Chrome/Chromium: Not available on the Chrome Web Store (more about that is below), but you can install manually:- Download or clone this repository.
- Open Chrome and go to chrome://extensions.
- Enable "Developer mode" (top right).
- Click "Load unpacked" and select the extension folder.
- (Optional) For debugging, you can add the debug addon from the repo in the same way.
 
 
 About Chromium (Chrome Web Store)
 I’ve decided not to publish the extension on the Chrome Web Store. The required developer registration fee just to list an extension feels absurd to me, and I’m not willing to pay it. In my view, this pay-to-publish approach reflects poorly on the Chromium ecosystem.
 That is all from me. Enjoy the extension!
 License
 Apache License 2.0
 Copyright 2025 Quantum Browser
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at- http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.- Source code released under Apache License 2.0 
- Version 0.2.0Released Sep 25, 2025 - 1.34 MBWorks with firefox 109.0a1 and later, android 120.0 and laterChanges in the v0.2 update:
 Major performance optimizations again (This time the improvement is about like 60%)
 Polished and cleaned up the whole JS code
 Polished new experimental ad-detection methods
 Updated DOM detection (YouTube somehow started detecting our methods)
 Added Legit mode and Randomization (Randomization is part of the Legit mode)
 Reworked the blur effect
 Added new effect Mask , this completely covers the ad with YouTube BG color (Depends if you have dark or light mode)
 Added dynamic detections, so its not likely to YouTube find out
 Waiting for?
 Completing the tests of experimental features
 About Chromium (Chrome Web Store) - still the same:
 I’ve decided not to publish the extension on the Chrome Web Store. The required developer registration fee just to list an extension feels absurd to me, and I’m not willing to pay it. In my view, this pay-to-publish approach reflects poorly on the Chromium ecosystem.
 That is all from me. Enjoy the extension.- Source code released under Apache License 2.0 
