Ocene za Enhancer for YouTube™
Enhancer for YouTube™ — Maxime RF
Ocena uporabnika Say my name
Ocenjeno z 4 od 5
— Say my name, pred enim mesecemthe 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.939 ocen
- Ocenjeno z 4 od 5— Jcrusty, pred 4 urami
- Ocenjeno z 5 od 5— AMartinios, pred 16 uramiGeweldige extensie om de YouTube ervaring te verbeteren.
- Ocenjeno z 5 od 5— 蔚蓝沙漠, pred enim dnem
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 16482058, pred 2 dnevoma
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 18942472, pred 3 dnevi
- Ocenjeno z 5 od 5— Luciferus, pred 4 dnevi
- Ocenjeno z 5 od 5— Bam Bam, pred 4 dnevi
- Ocenjeno z 1 od 5— Raavn, pred 5 dneviI 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.
- Ocenjeno z 5 od 5— Trashy, pred 5 dnevi
- Ocenjeno z 5 od 5— hamagil, pred 5 dnevi
- Ocenjeno z 5 od 5— PassawishP, pred 5 dnevi
- Ocenjeno z 5 od 5— ponponpenpen, pred 6 dnevi
- Ocenjeno z 5 od 5— estebannnn, pred 7 dnevi
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 18447983, pred 7 dneviBest extension for youtube next to sponsorblock, well done <3
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 13467889, pred 8 dnevi
- Ocenjeno z 5 od 5— Steven Aleong, pred 9 dnevi
- Ocenjeno z 5 od 5— Serge Nar, pred 9 dnevi
- Ocenjeno z 4 od 5— Delicate_Elephant, pred 10 dneviThere 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.
- Ocenjeno z 5 od 5— outtieTV, pred 10 dnevi
- Ocenjeno z 3 od 5— Rene, pred 11 dneviGood 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.
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 18924473, pred 12 dnevi
- Ocenjeno z 4 od 5— gio, pred 12 dneviJust missing a "auto set video to original language" button to circumvent youtube's AI dubbing BS.
- Ocenjeno z 4 od 5— Beck, pred 13 dneviLove 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. - Ocenjeno z 5 od 5— Uporabnik Firefoxa 17859797, pred 13 dnevi
- Ocenjeno z 4 od 5— DragonSlayer, pred 13 dneviI love the Enchancer, but it removes all of the YouTube Shorts UI--That is super annoying.