-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension not working with Google Drive's new media player #1156
Comments
Seconding everything that was said here!!! ^^^ |
Yes please help fix this! |
please please please quick. |
There's a new I see there's site-specific CSS like Lines 80 to 81 in d785686
top: 100px is enough for the controls to be usable. But then the overlay of controls is almost shifted off the viewport, which isn't great. It'd be nicer to just have the extension controls be on top.
Actually, looks like site-specific logic for picking the parent in the DOM would be the right place to make this show up on top of the new overlay: Lines 353 to 379 in d785686
I looked into adding something there but turns out it's harder than I thought because the video is in an iframe, so case location.ancestorOrigins.contains('https://drive.google.com'):
// insert before parent to bypass overlay
// TODO insert as a sibling to the iframe hosting the video (this doesn't work)
document.documentElement.parentNode.insertBefore(fragment, document.documentElement.parentNode);
break; |
please fix |
This is my favorite extension, it completely changed how I interact with videos online. However, Google just updated its Drive's media player so the extension doesn't work there anymore. Neither the keyboard shortcuts nor the little interface on the video is functional. The interface is visible but not clickable. Do you think you can fix this? Thanks in advance!
The text was updated successfully, but these errors were encountered: