<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on YouTube Googler | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/6198</link>
    <description>Recent comments on userscript: YouTube Googler</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Wed, 05 Nov 2008 22:56:39 -0600</title>
      <description>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:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;overflow: auto&lt;/code&gt; in &lt;b&gt;div#ovSide&lt;/b&gt; to&lt;br /&gt;&lt;code&gt;overflow: -moz-scrollbars-vertical&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;
And it looks perfect. &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://img389.imageshack.us/my.php?image=95058220fy0.jpg&quot;&gt;&lt;img src=&quot;http://img389.imageshack.us/img389/3022/95058220fy0.th.jpg&quot; alt=&quot;Free Image Hosting at www.ImageShack.us&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
I'm not sure if &lt;code&gt;var newval = ((change - lastpos[1])/4) + curper;&lt;/code&gt; works, but, it's okay, I've gotten used to the way it is, and probably like it as it is anyway.&lt;br /&gt;&lt;br /&gt;

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. :)</description>
      <pubDate>Wed, 05 Nov 2008 22:56:39 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33189</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Tue, 04 Nov 2008 19:45:05 -0600</title>
      <description>&lt;p&gt;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:&lt;/p&gt;

&lt;p&gt;Example (zombies, 50 seconds in): &lt;a href=&quot;http://www.youtube.com/watch?v=uxYxh0am6pw#t=50s&quot;&gt;http://www.youtube.com/watch?v=uxYxh0am6pw#t=50s&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:45:05 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33190</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Shinykirby @ Tue, 04 Nov 2008 03:05:59 -0600</title>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Other than that though, I love the script and it makes viewing YouTube videos much more ... dynamic? ... for lack of a better word.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 03:05:59 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33191</guid>
      <author>Shinykirby</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Doug Adams @ Thu, 30 Oct 2008 16:23:08 -0500</title>
      <description>&lt;p&gt;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?&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2008 16:23:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33192</guid>
      <author>Doug Adams</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Doug Adams @ Thu, 30 Oct 2008 15:48:08 -0500</title>
      <description>&lt;p&gt;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&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2008 15:48:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33193</guid>
      <author>Doug Adams</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by MooGoo @ Tue, 28 Oct 2008 16:21:38 -0500</title>
      <description>&lt;p&gt;Oh my...comments. Sometimes I'm on top of updating this script and responding to comments, other times not so much...&lt;/p&gt;

&lt;p&gt;Anyways, lets see:&lt;/p&gt;

&lt;p&gt;&lt;ul&gt;&lt;li&gt;
  Yea the cookie stuff is only for Opera and is apparently the only way to store data from user scripts since Opera has no separate functionality for that like Greasemonkey provides. I did not actually write those Opera functions in the script. Honestly I've not tested this script with Opera in awhile so I'm not even sure if it is still compatible. The biggest problem I had with Opera is that it seems to sometimes apply the userscript only after everything in the page has finished loading. On Youtube that includes buffering the entire video. Any feedback on results in Opera would be welcome.&lt;/li&gt;&lt;li&gt;That inexplicable horizontal scrollbar on the bottom of the sidebar appeared because the text box that shows the embed code was recently set to width=&quot;100%&quot;, making it always wider than the width of the sidebar because of extra margins and paddings and what not. I've fixed it in a not-yet-posted version of the script. If you are curious, it is at &lt;a href=&quot;http://bigmooworld.com/youtube_googler.beta.user.js&quot;&gt;http://bigmooworld.com/youtube_googler.beta.use...&lt;/a&gt; but I cannot guarantee that this version is functional&lt;/li&gt;&lt;li&gt;I've noticed the extra wideness of the progress bar, but am not sure what to do about it really. Ideally if I could resize the video without resizing the entire player, the progress bar and controls could always take up as much space as possible while the video would be scaled freely. I have found no way to do this however. I noticed that white bar on the right as well. It is annoying. I believe if I change the attribute bgcolor to &quot;#000000&quot; on the embed tag, that white line will dissapear. In order to do this however, the tag must be removed and then re-inserted in order for the change in background color to actually be applied. This might delay the loading of the video in which case it is probably not worth it. I'll experiment with it.&lt;/li&gt;&lt;li&gt;Yes I have thought of applying this script to other video pages. The script--in theory at least-- is designed so it can be used with other video pages without much modification. The template object contains two properties; player and side. player contains the id or xpath to the embed or object tag that contains the video, side contains an array of id's or xpaths that identify all elements to be placed in the sidebar. Then of course a stylesheet should be made to accommodate the quirks of each site. So if you changed those variables and the stylesheet to values that would be appropriate for other video sites, it &lt;em&gt;should&lt;/em&gt; work. If anyone wants to try, I'd be glad to give advice&lt;/li&gt;&lt;li&gt;The invertedness of the resizng thing must have been picked up from playing too many space and flight sim games with a joystick, somehow it felt more natural to me. It should be easy to reverse. Search for the line &lt;code&gt;var newval = ((change - lastpos[1])/4) + curper;&lt;/code&gt; and change the minus sign to a plus. Now that you mentioned it, I might add an option in future versions.
&lt;li&gt;I'll look into the timecode thing, had no idea about it...&lt;/li&gt;&lt;/li&gt;&lt;li&gt;And thanks for your comments and praise StrawTurkey, don't worry about harassing me, as you can see I do not check this page very consistently anyways. But it is nice to know that someone is using the script besides me.
&lt;li&gt;To Daniel14duarte, it might be that the stylesheet for the portuguese page is slightly different than the english one, I'll look into it.&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;a href=&quot;http://bigmooworld.com/youtube_googler.beta.user.js&quot;&gt;here&lt;/a&gt; but it might be buggy. You can always reinstall the currently posted one.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Oct 2008 16:21:38 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33194</guid>
      <author>MooGoo</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Sun, 26 Oct 2008 01:22:26 -0500</title>
      <description>&lt;p&gt;I want to say to &lt;b&gt;Daniel14duarte&lt;/b&gt;, if you use &quot;Ctrl +&quot; or &quot;Ctrl -&quot; to make the font size larger or smaller, that may fix your problem.&lt;/p&gt;

&lt;p&gt;And to &lt;b&gt;MooGoo&lt;/b&gt;: YouTube has come up with a new deep-link to videos, to timecodes, such as &lt;a href=&quot;http://www.youtube.com/watch?v=3HrSN7176XI#t=47s&quot;&gt;http://www.youtube.com/watch?v=3HrSN7176XI#t=47s&lt;/a&gt; (yes, that is a Rick-Roll). &lt;/p&gt;

&lt;p&gt;Another example is: &lt;a href=&quot;http://www.youtube.com/watch?v=89FbCPzAsRA#t=1h10m07&quot;&gt;http://www.youtube.com/watch?v=89FbCPzAsRA#t=1h...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Just wanted to make you aware of that new development.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Oct 2008 01:22:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33195</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel14duarte @ Sat, 18 Oct 2008 09:52:06 -0500</title>
      <description>&lt;p&gt;Hey guy! the script have &quot;bug&quot; with the youtube in portuguese, i know you don't speak portuguese &quot;fu** youtube in portuguese&quot; uhsaushauhs
&lt;br /&gt;i don't speak english...(my englsih is very  bad)
&lt;br /&gt;you have who saved me? :P the bug is it&gt;  (i don't understrand nothing of scripts :P) [URL=http://img100.imageshack.us/my.php?image=imagemgk5.gif][IMG]&lt;a href=&quot;http://img100.imageshack.us/img100/9468/imagemgk5.th.gif[/IMG][/URL][URL=http://g.imageshack.us/thpix.php][IMG]http://img100.imageshack.us/images/thpix.gif[/IMG][/URL&quot;&gt;http://img100.imageshack.us/img100/9468/imagemg...&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;in the top i &quot;enlarger&quot;(estico?) for &amp;lt; left - right &gt; more the buttons not &quot;1 - 2 - 3 - 4&quot; in the center =/&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 09:52:06 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33196</guid>
      <author>Daniel14duarte</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Sun, 12 Oct 2008 22:10:19 -0500</title>
      <description>&lt;p&gt;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, &quot;I can't adjust the size of the video!&quot; You go to Vimeo, and you're like, &quot;I can't adjust the size of the video!&quot;&lt;/p&gt;

&lt;p&gt;They'd have a lot to gain, if they copied you. The left-right-up-down resizing is so simple but practical. Google &lt;i&gt;wishes&lt;/i&gt; their's could do this.&lt;/p&gt;

&lt;p&gt;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&amp;lt; difference, both with the abundance of YouTube videos, and also the lame-ness of their default interface.&lt;/p&gt;

&lt;p&gt;This is definitely my favorite GreaseMonkey plugin. :) Thanks again.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Edit:&lt;/b&gt; 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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Oct 2008 22:10:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33197</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Sat, 11 Oct 2008 17:18:26 -0500</title>
      <description>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.&lt;br /&gt;&lt;br /&gt;

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.&lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt;&lt;br /&gt;&lt;a href=&quot;http://img406.imageshack.us/my.php?image=videxampleaa5.jpg&quot;&gt;&lt;img src=&quot;http://img406.imageshack.us/img406/1876/videxampleaa5.th.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;

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.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Edit:&lt;/b&gt; Ooh, ooh! One more thing. -- I'm not sure what this would do in Opera, but, rather than &quot;overflow: auto&quot; in div#ovSide, you can use &quot;overflow: -moz-scrollbars-vertical&quot;. 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. :)</description>
      <pubDate>Sat, 11 Oct 2008 17:18:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33198</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Sat, 11 Oct 2008 16:10:08 -0500</title>
      <description>&lt;p&gt;So, pardon my curiosity, and I don't mean to suggest you're doing anything untoward, but is the &lt;code&gt;document.cookie&lt;/code&gt; just to let it remember your current size settings? Is it only for Opera compatibility, or required for all uses? (Isn't there a way for Greasemonkey to remember certain settings?)&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 2008 16:10:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33199</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Fri, 10 Oct 2008 13:05:10 -0500</title>
      <description>&lt;p&gt;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. :)&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:05:10 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33200</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by MooGoo @ Wed, 08 Oct 2008 10:35:43 -0500</title>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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...&lt;/p&gt;

&lt;p&gt;And thanks to stupidhomer and doohdle123 as well, kind words are always appreciated!&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 10:35:43 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33201</guid>
      <author>MooGoo</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by StrawTurkey @ Fri, 03 Oct 2008 21:18:41 -0500</title>
      <description>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.&lt;br /&gt;&lt;br /&gt;

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.&lt;br /&gt;&lt;br /&gt;

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 &quot;too&quot; huge, and making the quality look bad:&lt;br /&gt;&lt;a href=&quot;http://img407.imageshack.us/img407/1165/googlerfd4.jpg&quot;&gt;http://img407.imageshack.us/img407/1165/googler...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;

What I did was:&lt;br /&gt;&lt;pre&gt;div#ovVid {
	background: black;
	margin-right: 400px;
	height: 100%; 
	border-right: solid 1px #000;
	text-align: center;
   }&lt;/pre&gt;
(added text-align:center), I will explain why, in a second.&lt;br /&gt;&lt;br /&gt;

And for &quot;populate overlay,&quot; at the bottom, I changed it to:
&lt;pre&gt; player.setAttribute('height', '510');
 player.setAttribute('width', '680');
 ovVid.appendChild(player);&lt;/pre&gt;

Now, the weirdest part was this: I copied the &quot;YouTube search&quot; 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):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;var overlayhtml = '&amp;lt;div id=&quot;ovVid&quot;&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&quot;ovSide&quot;&amp;gt;&amp;lt;form action=&quot;/results&quot; method=&quot;get&quot; name=&quot;searchForm&quot; onsubmit=&quot;return submitRegularSearchRequest()&quot;&amp;gt;&amp;lt;CENTER&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;div id=&quot;search-form&quot;&amp;gt;&amp;lt;input input autocomplete=&quot;off&quot; id=&quot;masthead-search-term&quot; name=&quot;search_query&quot; tabindex=&quot;1&quot; value=&quot;&quot; maxlength=&quot;128&quot; type=&quot;text&quot;&amp;gt;&amp;lt;select class=&quot;search-type&quot; name=&quot;search_type&quot;&amp;gt;&amp;lt;option value=&quot;&quot;&amp;gt;Videos&amp;lt;/option&amp;gt;&amp;lt;option value=&quot;search_users&quot;&amp;gt;Channels&amp;lt;/option&amp;gt;&amp;lt;/select&amp;gt;&amp;lt;input id=&quot;search-button&quot; value=&quot;Search&quot; type=&quot;submit&quot;&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;'&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;

And I also added &amp;lt; BR &gt; &amp;lt; BR &gt; 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.&lt;br /&gt;&lt;br /&gt;

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. :)</description>
      <pubDate>Fri, 03 Oct 2008 21:18:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33202</guid>
      <author>StrawTurkey</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by stupidhomer @ Sat, 20 Sep 2008 08:23:32 -0500</title>
      <description>&lt;p&gt;Great script!&lt;/p&gt;</description>
      <pubDate>Sat, 20 Sep 2008 08:23:32 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33203</guid>
      <author>stupidhomer</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by doohdle123 @ Fri, 29 Aug 2008 16:01:39 -0500</title>
      <description>&lt;p&gt;I love this script, thanks so much for updating!&lt;/p&gt;</description>
      <pubDate>Fri, 29 Aug 2008 16:01:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33204</guid>
      <author>doohdle123</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by MooGoo @ Thu, 21 Aug 2008 21:52:28 -0500</title>
      <description>&lt;p&gt;OMG Updates!!1&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Have fun!&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 21:52:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33205</guid>
      <author>MooGoo</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by jack1455 @ Sat, 16 Aug 2008 11:23:21 -0500</title>
      <description>This is sure very helpful. but you need to updated it...&lt;br /&gt;
Here is a &lt;a href=&quot;http://www.free-download-youtube.com/download-youtube-videos.html&quot;&gt;YouTube Downloader&lt;/a&gt; which can help you download and convert YouTube, Google, Myspacetv, yahoo videos.</description>
      <pubDate>Sat, 16 Aug 2008 11:23:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33206</guid>
      <author>jack1455</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Desi @ Tue, 25 Dec 2007 16:05:15 -0600</title>
      <description>&lt;p&gt;I loved this script. Could you please update it?? THANKS SO MUCH IN ADVANCE FOR ALL YOUR HARD WORK!&lt;/p&gt;</description>
      <pubDate>Tue, 25 Dec 2007 16:05:15 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33207</guid>
      <author>Desi</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by wotan @ Mon, 29 Oct 2007 11:06:44 -0500</title>
      <description>&lt;p&gt;Thanks for the effort you put into it. It's very well appreciated&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 11:06:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33208</guid>
      <author>wotan</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by ploik @ Sun, 28 Oct 2007 17:01:48 -0500</title>
      <description>&lt;p&gt;please fix this script, it is the best one out there!&lt;/p&gt;</description>
      <pubDate>Sun, 28 Oct 2007 17:01:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33209</guid>
      <author>ploik</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by MooGoo @ Wed, 24 Oct 2007 09:10:31 -0500</title>
      <description>&lt;p&gt;Ah...it looks like YouTube has finally switched to their new and &quot;improved&quot; video layout.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Because of that, I can't say when or even if this script will be working again any time soon. Sorry folks.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Oct 2007 09:10:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33210</guid>
      <author>MooGoo</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by ZoretMan @ Tue, 23 Oct 2007 21:29:31 -0500</title>
      <description>&lt;p&gt;not working with any video here
&lt;br /&gt;try this &lt;a href=&quot;http://www.youtube.com/watch?v=NiqjngtWyDE&quot;&gt;http://www.youtube.com/watch?v=NiqjngtWyDE&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Oct 2007 21:29:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33211</guid>
      <author>ZoretMan</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by MooGoo @ Mon, 22 Oct 2007 08:18:00 -0500</title>
      <description>&lt;p&gt;Done...and only took me 10 days! Yay.&lt;/p&gt;

&lt;p&gt;Thanks for the tip.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Oct 2007 08:18:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33212</guid>
      <author>MooGoo</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Eugene Schava @ Fri, 12 Oct 2007 10:55:02 -0500</title>
      <description>&lt;p&gt;Please, change line
&lt;br /&gt;for each (arg in nembed.src.split('?')[1].split('&amp;amp;')) {&lt;/p&gt;

&lt;p&gt;to
&lt;br /&gt;for each (arg in nembed.getAttribute(&quot;flashvars&quot;).split('&amp;amp;')) {&lt;/p&gt;

&lt;p&gt;to enable video downloading back&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:55:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12358:33213</guid>
      <author>Eugene Schava</author>
      <link>http://userscripts.org/topics/12358</link>
    </item>
  </channel>
</rss>
