aboutsummaryrefslogtreecommitdiffstats
path: root/hints-for-embedded.js
diff options
context:
space:
mode:
authoranekos2010-04-12 13:54:33 +0000
committeranekos2010-04-12 13:54:33 +0000
commit886257af9ceadba31d727a78e23cba31cb2dc555 (patch)
treef9245aedc89cbe3cca950170b24ef25e8416efdf /hints-for-embedded.js
parent64c9c6af29e88a3aa0f4a47bb528dce3740b2d5a (diff)
downloadvimperator-plugins-886257af9ceadba31d727a78e23cba31cb2dc555.tar.bz2
対応サイト増やす
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37197 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hints-for-embedded.js')
-rwxr-xr-xhints-for-embedded.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/hints-for-embedded.js b/hints-for-embedded.js
index f16cebb..5e7438c 100755
--- a/hints-for-embedded.js
+++ b/hints-for-embedded.js
@@ -181,6 +181,12 @@ let INFO =
name: /.*/,
value: /clip_id=(\d+)/,
url: function (id) ('http://vimeo.com/' + id)
+ },
+ collegehumor: {
+ site: /collegehumor/,
+ name: /.*/,
+ value: /clip_id=(\d+)/,
+ url: function (id) ('http://www.collegehumor.com/video:' + id)
}
};