aboutsummaryrefslogtreecommitdiffstats
path: root/haiku.js
diff options
context:
space:
mode:
authordrry2008-09-23 16:36:55 +0000
committerdrry2008-09-23 16:36:55 +0000
commit09281dd634cf7d10dd8f3c1ad6176c5f132f0186 (patch)
tree1947f7032687cedbb4dfdf07a22beb8eeed6344c /haiku.js
parentcefb8d9a34b3ff2edef7b2a2d25c298256ac8927 (diff)
downloadvimperator-plugins-09281dd634cf7d10dd8f3c1ad6176c5f132f0186.tar.bz2
* 元の高さに戻しました。[19787]
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@19788 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'haiku.js')
-rw-r--r--haiku.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/haiku.js b/haiku.js
index ad0679a..5896b28 100644
--- a/haiku.js
+++ b/haiku.js
@@ -116,7 +116,7 @@
} else if (/^http:\/\/(?:[^.]+\.)?youtube\.com\/(?:watch\?(?:[^&]+&)*v=|v\/)([^&=#?;\/]+)/.test(all)){
var url = "http://www.youtube.com/v/" + RegExp.$1 + "&fs=1";
str = '<a href="#" class="hl-URL">' + url + '</a>\n' +
- '<div><object width="300" height="243" data="' + url + '" type="application/x-shockwave-flash">' +
+ '<div><object width="300" height="250" data="' + url + '" type="application/x-shockwave-flash">' +
'<param name="wmode" value="transparent"/>' +
'<param name="allowFullScreen" value="true"/>' +
'</object></div>';