#!/bin/bash BROWSER="chromium" FLAGS="--profile-directory=Default" LINK=$( sed -r "s|youtube\.com|yewtu\.be|g" <<< "$1" ) $BROWSER "$FLAGS" "$LINK"