From 886257af9ceadba31d727a78e23cba31cb2dc555 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 12 Apr 2010 13:54:33 +0000 Subject: 対応サイト増やす git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37197 d0d07461-0603-4401-acd4-de1884942a52 --- hints-for-embedded.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hints-for-embedded.js') 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) } }; -- cgit v1.2.3