Enhancer for YouTube
-
A Former User last edited by
Amazing piece of kit, works very well and and it's a power tool for the savvy YouTube follower.
-
skivbanderas 0 last edited by
после одного из последних обновлений, стала глючить регулировка громкости скроллом. Если открыть несколько вкладок с видео, то громкость на них не регулируется колесом. Начинает работать только после непосредственной перезагрузки каждой страницы.
-
BodziuM last edited by
Volume Scroll not working after last update, only when refresh sometimes working
-
vadjikk last edited by
@skivbanderas-0 said in Enhancer for YouTube:
после одного из последних обновлений, стала глючить регулировка громкости скроллом. Если открыть несколько вкладок с видео, то громкость на них не регулируется колесом. Начинает работать только после непосредственной перезагрузки каждой страницы.
+1
-
godtitan2017 last edited by
@bodzium: if it's true, it happens to me a lot and it's really annoying, I hope they fix it soon as it was one of my favorite tools
-
vowkaa last edited by
The recent mouse control issues are caused by important changes on YouTube. I'm working hard to fix them, please be patient, thanks. The developer
-
vowkaa last edited by
Недавние проблемы с управлением мышью вызваны важными изменениями на YouTube. Я очень стараюсь их исправить, пожалуйста, проявите терпение, спасибо. Разработчик
-
bigbugger last edited by
cannot enjoy youtube without this amazing extension. thank you so much for doing opera version. opera GX is the best browser.
-
Devilson82 last edited by
Пользуюсь данным приложением в браузере Опера. Радует до безумия, кривой и недоделанный проигрыватель youtube с данной надстройкой становится просто сказочным.
-
SoroSorrow last edited by
When I use the Loop option, if I try to enter a time to start/end, it triggers instead the shortcut to got at X% of the video so I can't set that. Any idea how to fix that?
-
Ultarnos last edited by
The mouseover volume option stopped working as intended and requires numerous video refreshes before it becomes available. It's been like this for several weeks. Reinstalling does not fix the issue, nor does restarting or reinstalling the browser.
-
jeremyr last edited by
For 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 by
Does 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:
после одного из последних обновлений, стала глючить регулировка громкости скроллом. Если открыть несколько вкладок с видео, то громкость на них не регулируется колесом. Начинает работать только после непосредственной перезагрузки каждой страницы.
снова работает.
спасибо за решение!