Enhancer for YouTube™ 的評論
Enhancer for YouTube™ 作者: Maxime RF
Say my name 所留下的評論
評價 4 分,滿分 5 分
來自 Say my name,4 個月前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,099 筆評論
- 評價 1 分,滿分 5 分來自 dianaisnthere,1 小時前dev 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
- Broken 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.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19204534,2 天前
- 評價 1 分,滿分 5 分來自 Firefox 使用者 19202034,3 天前Well, 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
- 評價 1 分,滿分 5 分來自 Firefox 使用者 19201195,3 天前Przestał działać. Zamiast video odtwarza tylko dźwięk. Po wyłączeniu wtyczki film odtwarza się normalnie. Konieczna aktualizacja wtyczki!!!
- 評價 1 分,滿分 5 分來自 importflip,4 天前Currently broken. You have to refresh a page after clicking for video window to show up. Will re-rate when fixed.
- 評價 1 分,滿分 5 分來自 Firefox 使用者 19143253,5 天前
- 評價 1 分,滿分 5 分來自 Secure Fox,5 天前Unstable needs update. Seems to be abandoned since Nov 2024 (8 months ago). Screenshots are 1/2 1080p size.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19156726,9 天前
- 評價 3 分,滿分 5 分來自 hassaneenteacher1977,10 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 17789722,11 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18540539,11 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19097899,12 天前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17076128,12 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19142217,14 天前