@@ -5,6 +5,8 @@ images="png jpg jpeg"
videos="mkv mp4 gif"
download="mp3 flac pdf"
if echo $1 == *youtu* ; then
tsp mpv --quiet "$1" > /dev/null &
if echo $images | grep -w $ext > /dev/null; then
tsp feh "$1" > /dev/null &
elif echo $videos | grep -w $ext > /dev/null; then
The note is not visible to the blocked user.