diff --git a/misc/userscripts/view_in_mpv b/misc/userscripts/view_in_mpv index 98e197d4d..9b12a0e65 100755 --- a/misc/userscripts/view_in_mpv +++ b/misc/userscripts/view_in_mpv @@ -19,11 +19,21 @@ # downloaded) twice — in MPV and in qwebkit. So I often close the tab after # opening it in mpv. However, I actually want to keep the rest of the page # (comments and video suggestions), i.e. only the videos should disappear -# when mpv us started. And that's precisely what the present script does. +# when mpv is started. And that's precisely what the present script does. # # Thorsten Wißmann, 2015 (thorsten` on freenode) # Any feedback is welcome! +if [ -z "$QUTE_FIFO" ] ; then + cat 1>&2 <