Enhancer for YouTube™에 대한 리뷰
Enhancer for YouTube™ 제작자: Maxime RF
Say my name 님의 리뷰
5점 만점에 4점
Say my name 님, 5달 전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,103개
- 5점 만점에 5점Firefox 사용자 19128479 님, 14시간 전
- 5점 만점에 1점dianaisnthere 님, 2일 전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 님, 4일 전
- 5점 만점에 1점Firefox 사용자 19202034 님, 5일 전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
- 5점 만점에 1점Firefox 사용자 19201195 님, 5일 전Przestał działać. Zamiast video odtwarza tylko dźwięk. Po wyłączeniu wtyczki film odtwarza się normalnie. Konieczna aktualizacja wtyczki!!!
- 5점 만점에 1점importflip 님, 6일 전Currently broken. You have to refresh a page after clicking for video window to show up. Will re-rate when fixed.
- 5점 만점에 1점Firefox 사용자 19143253 님, 7일 전
- 5점 만점에 1점Secure Fox 님, 7일 전Unstable needs update. Seems to be abandoned since Nov 2024 (8 months ago). Screenshots are 1/2 1080p size.
- 5점 만점에 5점Firefox 사용자 19156726 님, 11일 전
- 5점 만점에 3점hassaneenteacher1977 님, 12일 전
- 5점 만점에 5점Firefox 사용자 17789722 님, 13일 전
- 5점 만점에 5점Firefox 사용자 18540539 님, 13일 전
- 5점 만점에 5점Firefox 사용자 19097899 님, 13일 전