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,112
- 5 段階中 2 の評価Firefox ユーザー 19246723 によるレビュー (6時間前)
- 5 段階中 1 の評価Firefox ユーザー 19246821 によるレビュー (21時間前)
- A clear top 10 essential firefox extension :) It would be great if you could add an option to only show the miniplayer if the video is playing and not paused.
Also a mousewheel "scrub" (move through video) option would be great, e.g. when cursor is placed over timeline - 5 段階中 1 の評価Firefox ユーザー 19020440 によるレビュー (3日前)Features of this add-on are not working correctly on Firefox.
- "Place controls within the video player"
- "Control the volume level with the mouse wheel when hovering over the video player with the mouse cursor"
Refreshing the page, clearing cookies/cache doesn't fix this.
Sometimes they randomly work as intended but in most cases they don't.
This add-on needs to be updated. - 5 段階中 5 の評価Firefox ユーザー 19128479 によるレビュー (9日前)
- 5 段階中 1 の評価dianaisnthere によるレビュー (10日前)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 によるレビュー (12日前)
- 5 段階中 1 の評価Firefox ユーザー 19202034 によるレビュー (13日前)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 によるレビュー (14日前)Przestał działać. Zamiast video odtwarza tylko dźwięk. Po wyłączeniu wtyczki film odtwarza się normalnie. Konieczna aktualizacja wtyczki!!!