Enhancer for YouTube
- 
					
					
					
					
jeremyr last edited byFor anyone that wants a script that will auto click the "I Understand" button when you try to watcha "Graphic Video" You can add this in the plugin options. It basically just looks for the I Understand button and if found will click it. function waitForElm(selector) { return new Promise(resolve => { if (document.querySelector(selector)) { return resolve(document.querySelector(selector)); } const observer = new MutationObserver(mutations => { if (document.querySelector(selector)) { resolve(document.querySelector(selector)); observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); }); } waitForElm('tp-yt-paper-button').then((elm) => { console.log('Element is ready'); elm.click(); });
- 
					
					
					
					
arsonex last edited byDoes anyone know there is a fix for the volume scroll problem and slowly speed working ? 
- 
					
					
					
					
skivbanderas 0 last edited by@skivbanderas-0 said in Enhancer for YouTube: после одного из последних обновлений, стала глючить регулировка громкости скроллом. Если открыть несколько вкладок с видео, то громкость на них не регулируется колесом. Начинает работать только после непосредственной перезагрузки каждой страницы. снова работает. 
 спасибо за решение!
- 
					
					
					
					
CarlWantsACar last edited byIt would be wonderful if there was a setting that automatically liked the video when it was almost done. 
- 
					
					
					
					
filowarrior1 last edited byTysm your the best this is the best thing I have found by far, I love this. I cannot say anything bad about it. 
- 
					
					
					
					
Reismann last edited byThis is just plain great! I never wanna use YouTube without this! Thank you sooo much for making this. 
- 
					
					
					
					
exequiel99 last edited byОчень увлекательно расширение для YouTube, батонше ниже интересна для видеопрограммы на YouTube, выбрана для изменения самого содержимого. 
- 
					
					
					
					
ImBadAtMakingNicknamesXD last edited byThis is amazing! I'm never going to watch youtube without this! 
- 
					
					
					
					
ADevSurfing last edited by leocgFinally, I can watch my videos in literal 4320p 8k without ads for free. I can actually happily watch videos without a quality problem. It was a good idea to ditch Edge for Opera. 
- 
					
					
					
					
AlexIvan last edited byWhy you used a specific id for multiple html elements?  
 For example, 'efyt-loop' is an id that appears multiple times
- 
					
					
					
					
garethlore last edited byWould love a feature to auto-like videos from channels I'm subscribed to when I'm viewing them. I tend to forget or be busy with something else while watching videos. 
 
			
		 
			
			