Enhancer for YouTube™ értékelései
Enhancer for YouTube™ szerző: Max RF
Say my name értékelése
Csillagos értékelés: 4 / 5
készítette: Say my name, egy évethe 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 185 értékelés
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 19737970, 6 órájaAnd a few hours after I wrote the review Mozilla allowed for the Jan 30th update (v2.0.131.1) to go through and it actually seems to be working again. Thanks, boss.
---------------------------------------------------------------------------------------------
I am seriously lost at this point and have no idea what is happening anymore. Been using this add-on for a few years now without any issues, but something went seriously wrong a few days ago.
Are there any dependencies to other add-ons?(if that is even a thing?)
Once I removed/disabled ViolentMonkey (wasn't running any scripts for the past 6+ months or anything youtube related to begin with) most of the functionality just stopped working or is malfunctioning and re-enabling the add-on brings the functionality back.
Theme function just keeps reverting to "Firefox Alpenglow dark" theme regardless of whether I switch to a different theme or I uncheck the "Dark Theme" option all together.
Any Video Player options just don't work. Full-stop.
Any attempt to revert to an older version(2.0.130.1) or reinstall the latest version(2.0.131) of the add-on does not seem to help.
Going to keep the review at 5 stars because it is most likely an issue that affects me only and I seriously love this add-on. - Csillagos értékelés: 5 / 5készítette: ThEnchanted, 3 napjaDeveloper, thanks for returning the add-on to Firefox. I always like your add-on. It has a few bugs, but they are small compared to how feature-rich it is
- Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 17396305, 3 napjaWhen chat is disabled video is not on full screen.
- Csillagos értékelés: 5 / 5készítette: Dodoma_John, 5 napjaThe best and most necessary addon for youtube for me after ublock. I still use the version 2.0.130.1 as it does everything correctly to my needs.
To Max : A request if you can UPLOAD the new version that you think people need ASAP, to your website so that we can download it and install over our current version.Fejlesztői válasz
közzétéve: 3 napjaThanks. Uploading a version on my website is not an option because Firefox won't let you install it if it hasn't been signed by Mozilla. Everyone is forced to wait for the Add-ons team to review and publish the upcoming version. The slow review process kills all my efforts to fix bugs quickly. Fejlesztői válasz
közzétéve: 5 napjaI know, and a new version that will fix these issues is pending for review since Jan. 30, 2026
The review process is extremely slow on AMO, and one of the reasons I left for a while.
It's so slow that I already have another version ready, but I don't upload it yet otherwise the pending version will lose its position in the queue.- Csillagos értékelés: 5 / 5készítette: Thanasis Zaf, 6 napjaBest youtube extension out there highly recomend
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14396904, 8 napjaSo good that this extension is back, its a must have
- Csillagos értékelés: 5 / 5készítette: R.K. Devere, 8 napjaVery good thanks but if there was a way to reduce the size of the related videos that would be brilliant. They've gotten bigger for some reason so I've blocked them for now with "Hide related videos". Otherwise 10/10
Fejlesztői válasz
közzétéve: 5 napjaThank you. I don't see the bigger related videos yet, so I guess it's another A/B testing and you've been selected. - Csillagos értékelés: 5 / 5készítette: SpaceGodzillaX27, 10 napjaThis addon is a must-have for me every time I install Firefox on a new device. It improves YouTube so much that I can't live without it
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14001733, 10 napjaAlmost perfect, after the last update if cinema mode is enabled and i go fullscreen, the screen goes completely black. Edit: Thanks!
Fejlesztői válasz
közzétéve: 8 napjaThanks. Please wait for the upcoming version that is pending for review since days, it will fix this issue.
You can also use this as custom theme to quickly fix it now:
body.efyt-cinema-mode:has(#movie_player.ytp-fullscreen) #efyt-background {
display: none;
visibility: hidden;
} - Csillagos értékelés: 5 / 5készítette: YellowBird, 10 napja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 18003789, 11 napja
Fejlesztői válasz
közzétéve: 8 napjaA new version is pending for review since days. I hope it will be available soon as it will fix your issue.- Csillagos értékelés: 2 / 5készítette: Firefox felhasználó 13404543, 11 napja
- Csillagos értékelés: 5 / 5készítette: FransBlauw, 11 napja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13441656, 11 napjaunshittified youtube, can't use youtube without it comfortably. Shame that youtube updates break this addon sometimes.
Fejlesztői válasz
közzétéve: 11 napjaPlease wait for the upcoming version currently pending for review, it will fix this issue.- Csillagos értékelés: 5 / 5készítette: Goldie Lin, 12 napja