PopupVideo
PopupVideo copied to clipboard
[Feature Request] On all videos?
Hi! Could you make it work on most videos on the web? Not just on youtube or vimeo. That would be awesome. I don't think there's an extension on Firefox that do this. Thank you for your consideration.
This is really a bit difficult to support every video site. Maybe you can try another add-on: Maximize Video.
Thanks for your feedback.
Most of the videos on the Internet are embedded in iframe. The receipt of the contents of the iframe prohibits the CORS. Probably it's possible to do if the video tag is directly on the page. It can be moved to the markup of the window that plugin opens.
How did Opera achieve it? Is that something that only FF can do and not an option with the extensions?
How did Opera achieve it? Is that something that only FF can do and not an option with the extensions?
I think Opera feature is implemented in a completely different manner. I would guess that they do some magic with the video output (mirror it in the popup) since you need the original tab open and video plays in sync (popup and tab). For this you probably need to bypass some web extension restrictions.