|
|
another method (without all the copying, pasting and remembering)
When browsing YouTube recently, I've noticed an arrow-icon widget at the top-right of videos. This maximizes the video in a new window. When doing so, the url of the window is:
http://www.youtube.com/watch_popup?v=[whatever]&[other parameters] And normally, the url is: http://www.youtube.com/watch?v=[whatever]&[other parameters] So, just replace the string "watch" with "watch_popup" in the URL. Maybe somebody nice around here will whip us up a bookmarklet?
another method (without all the copying, pasting and remembering)
Sorry for replying to myself, but I forgot to mention you can just click the arrow icon. D'oh!
another method (without all the copying, pasting and remembering)
Here you goes!!
javascript:(function(){var id;id=window.location.toString();id=id.replace(/^[^v]+v.(.{11}).*/,"$1");window.location.href="http://www.youtube.com/v/"+id+"&hl=en&fs=1";})() Lee
another method (without all the copying, pasting and remembering)
Very well done, Lee. Mind if I place this in my blog post? I'm going to go ahead and stick it in. You can view it here.
another method (without all the copying, pasting and remembering)
Thanks Lee. I am using it. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|