summaryrefslogtreecommitdiffstats
path: root/urxvt-link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt-link.sh')
-rwxr-xr-xurxvt-link.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/urxvt-link.sh b/urxvt-link.sh
index ec49820..f2d610f 100755
--- a/urxvt-link.sh
+++ b/urxvt-link.sh
@@ -1,8 +1,4 @@
#!/bin/bash
echo -n "$1" | nohup >/dev/null 2>&1 xclip
-if [[ $1 =~ http://(www.)?youtube.com/* ]]; then
- chromium "$1"
-else
- firefox "$1"
-fi
+firefox "$1"