Enhancer for YouTube™ のレビュー
Enhancer for YouTube™ 作成者: Max RF
Say my name によるレビュー
5 段階中 4 の評価
Say my name によるレビュー (1年前)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,352
- 5 段階中 5 の評価chandlerbigrock によるレビュー (3日前)
- 5 段階中 5 の評価Firefox ユーザー 18116103 によるレビュー (3日前)
- 5 段階中 4 の評価Mark_K_in_DK によるレビュー (4日前)
- 5 段階中 5 の評価Firefox ユーザー 14387918 によるレビュー (14日前)Awesome! Does everything I need. Brightness, mirror, and many more!
- 5 段階中 5 の評価Firefox ユーザー 15428174 によるレビュー (16日前)
- 5 段階中 3 の評価I'm a Numbers Guy によるレビュー (16日前)Very satisfied with it but I've recently noticed that the controls don't show up when a web-page is refreshed (ctrl + R).
However, if I go from one youtube page to another one by a click then the controls show up but not if I refresh on that same page. - 5 段階中 4 の評価Yue Nox Yin によるレビュー (19日前)I don't know why, but sometimes it stops working on Waterfox and I have to clear my cookies. Not sure if it's an issue on Firefox.
- 5 段階中 5 の評価Firefox ユーザー 14037987 によるレビュー (19日前)
- 5 段階中 5 の評価Firefox ユーザー 20025796 によるレビュー (20日前)
- works great!
the only bug I experience (very rare usecase I believe), steps:
• open live stream
• set speed to above 1 (x1.5 e.g.) via Enhancer speed button + mousewheel button hovered above
• press '0' @ numpad so the video starts from the very beginning
result:
speed set to x1 and can't be changed via Enhancer speed button + mousewheel button hovered above method anymore - 5 段階中 5 の評価Ultimafreak によるレビュー (25日前)i bin using this addon for years but now that youtube have removed the dislike button on shorts maby this can be a new feature to add it back in this addon ? :)
- 5 段階中 5 の評価AFriendlyBloke によるレビュー (1ヶ月前)YouTube has once again broken this extension and seems to have blocked it from working on the site.
- 5 段階中 4 の評価The Undead Pumpkin によるレビュー (1ヶ月前)Really good! However, embedded videos stopped working as of recent.