Shqyrtime për Enhancer for YouTube™
Enhancer for YouTube™ nga Maxime RF
Shqyrtim nga Say my name
Vlerësuar me 4 yje nga 5 të mundshëm
nga Say my name, 4 muaj më parëthe Extension is a must have for everyone using YouTube, one thing to mention the Extension doesn't load properly all the times I'm using a FireFox fork, found people online complaining about the same thing, hope the dev addresses this issue in the NEXT update
Edit: a turn around fix that I use for now is a costume script
first install the Tampermonkey extension
second use this costume script(dont forget to edit the youtube and tampermonkey links):
// ==UserScript==
// @name Force Enhancer for YouTube
// @namespace past tampermonkey link here/
// @version 0.1
// @description Ensure Enhancer for YouTube loads consistently
// @author You
// @match past youtube link here /*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Function to check if Enhancer for YouTube is loaded
function checkEnhancerYouTube() {
// Look for specific elements that Enhancer for YouTube creates
const enhancerLoaded = document.querySelector('#enhancer-for-youtube-controls') ||
document.querySelector('[id^="enhancer-for-youtube"]');
if (!enhancerLoaded) {
console.log('Enhancer for YouTube not detected, forcing reload...');
// Create a temporary element to trigger mutation observers
const trigger = document.createElement('div');
trigger.id = 'enhancer-youtube-trigger';
trigger.style.display = 'none';
document.body.appendChild(trigger);
// Dispatch events that might wake up the extension
window.dispatchEvent(new Event('resize'));
document.dispatchEvent(new Event('readystatechange'));
// Clean up and try again
setTimeout(() => {
trigger.remove();
checkEnhancerYouTube();
}, 2000);
}
}
// Run after YouTube has loaded
if (document.readyState === 'complete') {
setTimeout(checkEnhancerYouTube, 3000);
} else {
window.addEventListener('load', () => {
setTimeout(checkEnhancerYouTube, 3000);
});
}
})();
Edit: a turn around fix that I use for now is a costume script
first install the Tampermonkey extension
second use this costume script(dont forget to edit the youtube and tampermonkey links):
// ==UserScript==
// @name Force Enhancer for YouTube
// @namespace past tampermonkey link here/
// @version 0.1
// @description Ensure Enhancer for YouTube loads consistently
// @author You
// @match past youtube link here /*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Function to check if Enhancer for YouTube is loaded
function checkEnhancerYouTube() {
// Look for specific elements that Enhancer for YouTube creates
const enhancerLoaded = document.querySelector('#enhancer-for-youtube-controls') ||
document.querySelector('[id^="enhancer-for-youtube"]');
if (!enhancerLoaded) {
console.log('Enhancer for YouTube not detected, forcing reload...');
// Create a temporary element to trigger mutation observers
const trigger = document.createElement('div');
trigger.id = 'enhancer-youtube-trigger';
trigger.style.display = 'none';
document.body.appendChild(trigger);
// Dispatch events that might wake up the extension
window.dispatchEvent(new Event('resize'));
document.dispatchEvent(new Event('readystatechange'));
// Clean up and try again
setTimeout(() => {
trigger.remove();
checkEnhancerYouTube();
}, 2000);
}
}
// Run after YouTube has loaded
if (document.readyState === 'complete') {
setTimeout(checkEnhancerYouTube, 3000);
} else {
window.addEventListener('load', () => {
setTimeout(checkEnhancerYouTube, 3000);
});
}
})();
12 088 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga Miryoqib, 13 orë më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga 1ping, 2 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 19156726 përdoruesi Firefox-i, 3 ditë më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga hassaneenteacher1977, 4 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 17789722 përdoruesi Firefox-i, 5 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18540539 përdoruesi Firefox-i, 5 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Raoul, 5 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 19097899 përdoruesi Firefox-i, 6 ditë më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga 17076128 përdoruesi Firefox-i, 6 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Myrhold, 6 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 19142217 përdoruesi Firefox-i, 8 ditë më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga amgedpha, 9 ditë më parëWill give it 5 stars when updated for Firefox.
In my "exodus from Chrome" I realy don't want to turn back to that hellhole just to not see shorts etc.
This extention is one of the better ones out there, but not up to date for Firefox (yet).
Let it happen, make it happen, make us happy and clean youtube-dwellers again :D - Vlerësuar me 5 yje nga 5 të mundshëmnga dzhmil, 9 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga MAN_BLR, 9 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Vitalii, 10 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga EL, 10 ditë më parëThe extension is excellent, and its new version, available on Chrome/Brave, is also very good.
Unfortunately, for some reason that the author did not detail, he is not motivated to continue providing updates on Firefox. Help out, Firefox.
Author's quote: "the version 3 will only be available for Firefox if Mozilla changes its review process because after more than 12 years publishing my extension on AMO there are things that I don't accept anymore..."
+ Probably due to a browser update, my extension had broken some important options, so I switched to another one. Now, returning to Firefox and reinstalling the old extension, I noticed that 'Boost Audio' is better in this version, even at level '10', than the updated version on Brave/Chrome. There, the audio already starts losing quality at level '3', making it unviable to use at level '10'. - Vlerësuar me 4 yje nga 5 të mundshëmnga 18676923 përdoruesi Firefox-i, 10 ditë më parëGet this on V3 like Chrome pls!
- Vlerësuar me 4 yje nga 5 të mundshëmnga sweet, 11 ditë më parëpartial working as of 7/14/25
cant change how many videos to show
not sure why i set the hide shorts but not working blue play color on brave is not shown in firefox - Vlerësuar me 3 yje nga 5 të mundshëmnga blink, 11 ditë më parëDear Maxime,
Please update the extension for firefox. It's been so long. I recently learned that this extension is up-to-date on chrome with newer features. - Vlerësuar me 5 yje nga 5 të mundshëmnga Oasisin, 11 ditë më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Gozer, 11 ditë më parëLove everything about this Extension. It is very feature filled and works amazing. it really has change the experience I have had using YouTube and I Highly recommend this Extension to all YouTube Users.
My only only issue is that I would like to see it update to version 3.x like in Chrome. Firefox has version 2.x and fulfills almost all of my needs but i have become accustomed to the certain new features on version 3.x, such as the ability to adjust the number of videos or shorts that are show in each rows and some of the theming abilities.
The extension is worthy of 5 out of 5 stars but I gave it 4 stars because i would like to see the new version 3.x on Firefox instead of 2.x - Vlerësuar me 5 yje nga 5 të mundshëmnga 16717133 përdoruesi Firefox-i, 11 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ayct, 11 ditë më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga JJASFVD, 11 ditë më parë