Add check that view_in_mpv is run as a userscript

Also fix another typo.
This commit is contained in:
Thorsten Wißmann 2015-09-03 18:01:09 +02:00
parent de5cdf6f0f
commit bbdec1779a

View File

@ -19,11 +19,21 @@
# downloaded) twice — in MPV and in qwebkit. So I often close the tab after # 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 # 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 # (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) # Thorsten Wißmann, 2015 (thorsten` on freenode)
# Any feedback is welcome! # Any feedback is welcome!
if [ -z "$QUTE_FIFO" ] ; then
cat 1>&2 <<EOF
Error: $0 can not be run as a standalone script.
It is a qutebrowser userscript. In order to use it, call it using
'spawn --userscript' as described in qute://help/userscripts.html
EOF
exit 1
fi
msg() { msg() {
local cmd="$1" local cmd="$1"
shift shift