Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
And, as far as the horizontal scroll-bar, I'm not sure if you caught this, or if it works for you, but it works for me... I changed:overflow: auto in div#ovSide tooverflow: -moz-scrollbars-verticalAnd it looks perfect. ![]() I'm not sure if var newval = ((change - lastpos[1])/4) + curper; works, but, it's okay, I've gotten used to the way it is, and probably like it as it is anyway.I'd be curious about trying to port the concept over to Google Video, but, then again, I don't use Google Video like I use YouTube, (although, chicken-and-egg, maybe I'd use it more if I could do this sort of stuff with it.) -- I might play around with it, but, YouTube is the main thing. But I think it would benefit Google Video and anybody else, to copy what you've done. :) |
|
|
Just wanted to let you know (I guess I use that phrase a lot), it seems that YouTube has changed a little bit of their code, or something, and timecode links now work properly with your plugin: Example (zombies, 50 seconds in): http://www.youtube.com/watch?v=uxYxh0am6pw#t=50s |
|
|
The thing I'd like changed most about the script is to put the user information on the top of the frame instead of way on the bottom, for easier accessibility to your favorites or account profile. The way it is now, I have to scroll to the bottom of the frame, then wait for the drop-down menu in accounts, which stretches the frame a little more then scroll down to select what I want. Other than that though, I love the script and it makes viewing YouTube videos much more ... dynamic? ... for lack of a better word. |
|
|
Also two more things, please add support to prevent autoplay, cause the other scripts that do that, do not work with this, and could you make it so it is easier to see the title of the video? |
|
|
This is a really great script, one question, when I view the vids on regular youtube there is a link under them saying 'view in high quality' and I click the vid plays at a higher resolution, but when I use this script I don't see the link anywhere |
|
|
Oh my...comments. Sometimes I'm on top of updating this script and responding to comments, other times not so much... Anyways, lets see:
I'm slowly working on a newer version of the script to address some of the problems that have been brought up. You can test it here but it might be buggy. You can always reinstall the currently posted one. |
|
|
I want to say to Daniel14duarte, if you use "Ctrl +" or "Ctrl -" to make the font size larger or smaller, that may fix your problem. And to MooGoo: YouTube has come up with a new deep-link to videos, to timecodes, such as http://www.youtube.com/watch?v=3HrSN7176XI#t=47s (yes, that is a Rick-Roll). Another example is: http://www.youtube.com/watch?v=89FbCPzAsRA#t=1h... Very handy in YouTube, now, (sort of), but it doesn't work in your script. -- I know, far be it for me to complain. Your script is still my favorite script of all time, and I'm on YouTube way too much now, but everything is much easier to watch. Just wanted to make you aware of that new development. |
|
|
Hey guy! the script have "bug" with the youtube in portuguese, i know you don't speak portuguese "fu** youtube in portuguese" uhsaushauhs
in the top i "enlarger"(estico?) for < left - right > more the buttons not "1 - 2 - 3 - 4" in the center =/ |
|
|
I just want to say, this is more versatile than anything else out there right now. You go to Google Video, and then suddenly, you're like, "I can't adjust the size of the video!" You go to Vimeo, and you're like, "I can't adjust the size of the video!" They'd have a lot to gain, if they copied you. The left-right-up-down resizing is so simple but practical. Google wishes their's could do this. Have you considered Googler'izing Google Videos now? I know it seems ironic, but it could benefit from that ability. -- But, tackling YouTube first has made a much larger< difference, both with the abundance of YouTube videos, and also the lame-ness of their default interface. This is definitely my favorite GreaseMonkey plugin. :) Thanks again. Edit: Hah, and, while I'm harassing you... Would there any way to configure it to do the zooming the opposite way? Bigger up, smaller down? -- I looked through the code, and it looked pretty difficult, but maybe (probably) you know some tips and tricks that I don't. That part's not a huge deal, and I'm getting used to it, but I'd be curious to see it the other way. |
|
|
Messed around with it a little bit. Didn't mean to (appear to) doubt you. -- That actually is full-on awesome. :) And I understand about the Opera/cookies now. Don't have Opera to test it out, but that really doesn't matter. Works quite well in Firefox. One thing is, most/all YouTube videos are 4:3 format, and that leads to really wide extra-wide play bars when using a wide-screen setting. In addition (not nitpicking!, just adding some feedback), it seems that xx% of the time, there will be a one-pixel-wide grey artifact to the right of the video. I'll make a screenshot of that. Example: ![]() But, all in all, I'm quite impressed by the ease you can rescale everything, and get rid of the sidebar if you need to. Very dynamic. -- Thanks for taking the time to do all of this. Edit: Ooh, ooh! One more thing. -- I'm not sure what this would do in Opera, but, rather than "overflow: auto" in div#ovSide, you can use "overflow: -moz-scrollbars-vertical". I don't know what other ramifications this has, if any, but it gets rid of the inexplicably always-present scrollbar on the bottom-right side. :) |
|
|
So, pardon my curiosity, and I don't mean to suggest you're doing anything untoward, but is the All in all, it seems great, I just want to keep doing a little more research. This is helping me understand the workings of Greasemonkey and JavaScript in general, also. |
|
|
You're awesome! I haven't checked out the new script yet, but I'm thrilled that you took the time to make it even better. :) |
|
|
Thanks for the tip StrawTurkey, the situation is even worse when viewing at 1920x1200. I guess I realized that this script makes the video too big given the crappy quality YouTube provides, I always just compensated by leaning far back in my chair. Anyway, as you can see from the description I updated the script with the ability to change the video size to whatever suits you, along with the size of the sidebar. And the search box is there as well. It was originally there, but every now and then it seems the YouTube devs like to randomly change element ids and classes for no reason, thus breaking the script. It's back for now... And thanks to stupidhomer and doohdle123 as well, kind words are always appreciated! |
|
|
Hi there. I really like your script! It's been an eyesore viewing YouTube the way it normally is, especially at 1440x900 resolution (so tiny!). Now, due to that higher resolution, though, I find that your script makes the picture, basically, too huge. I just wanted to let you know the way that I tweaked it around, to my liking. I don't know JavaScript very well, so this is about as unelegant as you get, but, it worked for me, it may work for somebody else. Here is an example of what I've changed it to. It allows for a black background and a larger picture, but not so huge as to be "too" huge, and making the quality look bad: http://img407.imageshack.us/img407/1165/googler... What I did was: div#ovVid {
background: black;
margin-right: 400px;
height: 100%;
border-right: solid 1px #000;
text-align: center;
}
(added text-align:center), I will explain why, in a second.And for "populate overlay," at the bottom, I changed it to: player.setAttribute('height', '510');
player.setAttribute('width', '680');
ovVid.appendChild(player);
Now, the weirdest part was this: I copied the "YouTube search" code, as HTML, and put it up at the top of the sidebar. You can verify the YouTube source to see that I didn't change anything (other than turn off the auto-complete thing):var overlayhtml = '<div id="ovVid"><BR><BR><BR><BR><BR><BR><BR></div><div id="ovSide"><form action="/results" method="get" name="searchForm" onsubmit="return submitRegularSearchRequest()"><CENTER><BR><div id="search-form"><input input autocomplete="off" id="masthead-search-term" name="search_query" tabindex="1" value="" maxlength="128" type="text"><select class="search-type" name="search_type"><option value="">Videos</option><option value="search_users">Channels</option></select><input id="search-button" value="Search" type="submit"><BR><BR></center></form></div></div>'And I also added < BR > < BR > etc. there to position it into the right place. I couldn't figure out the CSS for that. So, really, this will only look right on 1440x900, because it doesn't actually scale. If you make the window, say, 50%, it will go right into the sidebar, so, as I say, it's unelegant. But, to me, it's a good size for the YouTube viewer, and it's nice to have it on a black background. Maybe you can figure out a way to make the code look/work better? But, either way, thanks for the script. It makes watching YouTube a much more pleasant experience, also because it keeps the comments way down at the bottom of the sidebar, so you only have to see them if you really want to. :) |
|
|
Great script! |
|
|
I love this script, thanks so much for updating! |
|
|
OMG Updates!!1 I finally got off my laziness and fixed this script. I'd like to say that I've been working on this update for the past 10 months, but I actually totally abandoned it up until about 2 hours ago. At that point I got some crazy idea that fixing this would not be nearly as hard as I originally thought. Too bad I did not have this revelation months ago, when people might have actually still been paying attention. Have fun! |
|
|
This is sure very helpful. but you need to updated it... Here is a YouTube Downloader which can help you download and convert YouTube, Google, Myspacetv, yahoo videos. |
|
|
I loved this script. Could you please update it?? THANKS SO MUCH IN ADVANCE FOR ALL YOUR HARD WORK! |
|
|
Thanks for the effort you put into it. It's very well appreciated |
|
|
please fix this script, it is the best one out there! |
|
|
Ah...it looks like YouTube has finally switched to their new and "improved" video layout. The new layout is significantly different than the old (code wise at least), and thus I think this script will need a near total rewrite. Because of that, I can't say when or even if this script will be working again any time soon. Sorry folks. |
|
|
not working with any video here
|
|
|
Done...and only took me 10 days! Yay. Thanks for the tip. |

