Critiques pour Enhancer for YouTube™
Enhancer for YouTube™ par Maxime RF
Avis de Grom
Noté 3 sur 5
par Grom, il y a un an11 875 notes
- Noté 1 sur 5par Utilisateur ou utilisatrice 14048954 de Firefox, il y a 6 heuresprobably needs an update....does not work anymore
- Noté 5 sur 5par Utilisateur ou utilisatrice 16131950 de Firefox, il y a 16 heures
- Noté 5 sur 5par Utilisateur ou utilisatrice 17151549 de Firefox, il y a un jourProbably my favourite extension together with uBlock Origin. Makes Youtube a lot better and the customisation options are great
- Noté 5 sur 5par Utilisateur ou utilisatrice 12369994 de Firefox, il y a 3 jours
- Noté 1 sur 5par Utilisateur ou utilisatrice 14743303 de Firefox, il y a 4 joursThis addon no longer functions at all. I don't know if youtube is blocking it or the newest Mercury release broke it.
- Noté 4 sur 5par Say my name, il y a 4 joursthe 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);
});
}
})(); - Noté 5 sur 5par Utilisateur ou utilisatrice 18885055 de Firefox, il y a 5 jours
- Noté 5 sur 5par John, il y a 5 joursTotal YouTube wizards! Their eco-smart, AI-charged enhancer is unreal—crisp, fast, and next-level brilliant. Lunar legends making every vid shine!
- Noté 5 sur 5par Sistav, il y a 5 jours
- Noté 4 sur 5par miha, il y a 6 joursIf you open the comments section while watching a short, the video and the comments section will overlap.
- Noté 3 sur 5par Bobg, il y a 8 joursrecently begins to forget to set full window videos. have to keep "rechecking" thebox.
- Noté 5 sur 5par Unlucky Carder, il y a 9 jours
- Noté 5 sur 5par Gian, il y a 9 jours
- Noté 5 sur 5par Zohaib, il y a 9 jours
- Noté 5 sur 5par Utilisateur ou utilisatrice 18874986 de Firefox, il y a 9 jours
- Noté 5 sur 5par HunterMirror, il y a 10 jours
- Noté 5 sur 5par Utilisateur ou utilisatrice 18349700 de Firefox, il y a 10 jours
- Noté 1 sur 5par Utilisateur ou utilisatrice 16315383 de Firefox, il y a 10 joursI like this addon and I've been using it for years now, sadly it doesn't work most of the time since last year or so
- Noté 5 sur 5par ramiel, il y a 10 jours
- Noté 1 sur 5par Utilisateur ou utilisatrice 13045841 de Firefox, il y a 12 jours
- Noté 5 sur 5par Anok, il y a 12 jours
- Noté 5 sur 5par S08, il y a 13 jours