Recensioni per Enhancer for YouTube™
Enhancer for YouTube™ di Maxime RF
Recensione di Say my name
Valutata 4 su 5
di Say my name, 5 mesi fathe 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.106 recensioni
- Valutata 1 su 5di Zekas, 3 giorni faUsed to be great and a must-have for making YouTube more usable, but the lack of updates has left it causing more problems than it fixes.
- Valutata 1 su 5di Will, 5 giorni faUse to be a required addon for me, but it just doesnt work 99% of the time now. That and it's been abandoned on here. :(
- Valutata 5 su 5di Reydragon, 6 giorni fa
- Valutata 5 su 5di Utente Firefox 19128479, 6 giorni fa
- Valutata 1 su 5di dianaisnthere, 7 giorni fadev stopped updating the firefox version and it has been slowly breaking, yet frequently updates the chrome version. will change my review whenever the dev decides to update
- Valutata 2 su 5di Tyko, 8 giorni faBroken for several months. Pages load unbelievably slowly, and it is entirely this extension's fault. Multiple times per day I have to completely reload a page to see anything other than the video window; comments, like/dislike, recommended videos, etc; none of it will load, the page is just a flat color. Disabling this extension fixes the problem immediately. *Please* update this, youtube just isn't the same without it.
- Valutata 5 su 5di Utente Firefox 19204534, 9 giorni fa
- Valutata 1 su 5di トソマトース, 9 giorni faChrome版は更新されているのにFirefox版は何ヶ月も放置されています。
更にYouTubeが新UIになり、当然そちらの対応もされておらず大変見苦しいので代替のアドオンを探した方がいいでしょう。 - Valutata 1 su 5di Jax, 10 giorni fa
- Valutata 1 su 5di Utente Firefox 19202034, 10 giorni faWell, I have no power to change anything about mozilla review process but it isn't working right now so review goes to 1 untill it does. sorry
- Valutata 1 su 5di Utente Firefox 19201195, 10 giorni faPrzestał działać. Zamiast video odtwarza tylko dźwięk. Po wyłączeniu wtyczki film odtwarza się normalnie. Konieczna aktualizacja wtyczki!!!
- Valutata 4 su 5di CJ, 11 giorni fa
- Valutata 1 su 5di importflip, 11 giorni faCurrently broken. You have to refresh a page after clicking for video window to show up. Will re-rate when fixed.
- Valutata 1 su 5di Utente Firefox 19143253, 12 giorni fa
- Valutata 1 su 5di Secure Fox, 12 giorni faUnstable needs update. Seems to be abandoned since Nov 2024 (8 months ago). Screenshots are 1/2 1080p size.
- Valutata 2 su 5di Nello, 13 giorni faY'all really gotta update this. It's been months. Other browsers have been updated, but this one hasn't, and YouTube still looks broken.
- Valutata 5 su 5di Miryoqib, 13 giorni fa
- Valutata 4 su 5di 1ping, 14 giorni fa
- Valutata 5 su 5di Utente Firefox 19156726, 16 giorni fa
- Valutata 3 su 5di hassaneenteacher1977, 17 giorni fa