Ulasan untuk Enhancer for YouTube™
Enhancer for YouTube™ oleh Maxime RF
Tinjauan oleh Say my name
Diberi peringkat 4 dari 5
oleh Say my name, sebulan yang laluthe 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);
});
}
})();
11.940 ulasan
- Diberi peringkat 5 dari 5oleh ar_tactical, 3 jam yang lalu
- Diberi peringkat 4 dari 5oleh Jcrusty, 8 jam yang lalu
- Diberi peringkat 5 dari 5oleh AMartinios, 21 jam yang laluGeweldige extensie om de YouTube ervaring te verbeteren.
- Diberi peringkat 5 dari 5oleh 蔚蓝沙漠, sehari yang lalu
- Diberi peringkat 1 dari 5oleh Pengguna Firefox 16482058, 2 hari yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18942472, 3 hari yang lalu
- Diberi peringkat 5 dari 5oleh Luciferus, 4 hari yang lalu
- Diberi peringkat 5 dari 5oleh Bam Bam, 5 hari yang lalu
- Diberi peringkat 1 dari 5oleh Raavn, 5 hari yang laluI only use it to set a default resolution for YouTube videos, but it's not working. If I set the resolution to 1080p, it removes 1080p and higher options from the quality settings.
- Diberi peringkat 5 dari 5oleh Trashy, 5 hari yang lalu
- Diberi peringkat 5 dari 5oleh hamagil, 5 hari yang lalu
- Diberi peringkat 5 dari 5oleh PassawishP, 6 hari yang lalu
- Diberi peringkat 5 dari 5oleh ponponpenpen, 6 hari yang lalu
- Diberi peringkat 5 dari 5oleh estebannnn, 7 hari yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18447983, 7 hari yang laluBest extension for youtube next to sponsorblock, well done <3
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 13467889, 8 hari yang lalu
- Diberi peringkat 5 dari 5oleh Steven Aleong, 9 hari yang lalu
- Diberi peringkat 5 dari 5oleh Serge Nar, 9 hari yang lalu
- Diberi peringkat 4 dari 5oleh Delicate_Elephant, 10 hari yang laluThere are many useful functions, but I installed this add-on to remove Youtube Shorts from Youtube, and that doesn't work at all. It could be that Youtube has been tweaking their Shorts UI pretty frequently since they were introduced and the Enhancer team just has not caught up yet. I hope they can get that feature working again. Ty.
- Diberi peringkat 5 dari 5oleh outtieTV, 10 hari yang lalu
- Diberi peringkat 3 dari 5oleh Rene, 11 hari yang laluGood stuff, but when i'm using the vertical monitor, its not working good, when i trying to split screen for video player and other thing.
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18924473, 12 hari yang lalu
- Diberi peringkat 4 dari 5oleh gio, 12 hari yang laluJust missing a "auto set video to original language" button to circumvent youtube's AI dubbing BS.
- Diberi peringkat 4 dari 5oleh Beck, 13 hari yang laluLove the volume boost and loop features of this add-on.
I'd really like it if a future update had a rewind / fast forward feature. That'd make it perfect for me. - Diberi peringkat 5 dari 5oleh Pengguna Firefox 17859797, 13 hari yang lalu