Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Alternatives List #1290

Open
maverick74 opened this issue Mar 21, 2018 · 3 comments
Open

Alternatives List #1290

maverick74 opened this issue Mar 21, 2018 · 3 comments

Comments

@maverick74
Copy link

After disabling the addon, please publish a list of alternatives!

(e.g. https://addons.mozilla.org/en-US/firefox/addon/popup-video-webextension/ )

@meandavejustice
Copy link
Owner

@maverick74 Thanks for sharing!

@ExE-Boss
Copy link

Or someone could fork it, convert it entirely to a WebExtension and publish it to AMO, à la Tab Center Redux.

Of course, the fork would also reqire merging of #1277 and #1278 to avoid code duplication and prevent websites from removing MinVid’s <style> element.

@hambue
Copy link

hambue commented Mar 22, 2018

I use VLC in the command line to play youtube videos always on top:

  • without any borders or title bar, but not movable:
    vlc --video-x=750 --video-y=370 --no-video-deco --no-embedded-video --video-on-top --preferred-resolution=576 "https://www.youtube.com/watch?v=uDcQbk78CSw"

  • with borders and title bar, but movable:
    vlc --video-on-top --qt-minimal-view --preferred-resolution=576 "https://www.youtube.com/watch?v=uDcQbk78CSw"

If you use the first option, you'll probably have to adjust those x and y values to your setup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants