<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on YouTube Comfort In Black | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/34965</link>
    <description>Recent comments on userscript: YouTube Comfort In Black</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Please update, replied by f3tus</title>
      <description>&lt;p&gt;I can't double click on the video to expand it any longer. I'm trying to fix it myself, but I'm getting some messy results because I suck with JS.&lt;/p&gt;</description>
      <pubDate>Sat, 02 May 2009 15:48:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26034:117082</guid>
      <author>f3tus</author>
      <link>http://userscripts.org/posts/117082</link>
    </item>
    <item>
      <title>Pause on click, replied by x0rnn</title>
      <description>&lt;p&gt;If anyone wants a function that pauses the video if clicked anywhere on the video, copy this in the script:&lt;/p&gt;

&lt;p&gt;var pauseClick = function()
&lt;br /&gt;	{
&lt;br /&gt;		moviePlayer.addEventListener('click', function(e)
&lt;br /&gt;		{
&lt;br /&gt;			if (e.layerY - moviePlayer.offsetTop &gt;= moviePlayer.clientHeight - controllerHeight - 100) return;
&lt;br /&gt;			var state = unsafeWindow._gel('movie_player').getPlayerState();
&lt;br /&gt;			if(state==1) unsafeWindow._gel('movie_player').pauseVideo();
&lt;br /&gt;			else if(state==2||state==-1||state==0) unsafeWindow._gel('movie_player').playVideo();
&lt;br /&gt;		}, false);
&lt;br /&gt;	};&lt;/p&gt;

&lt;p&gt;And add pauseClick(); in the window object at the end of the script.&lt;/p&gt;

&lt;p&gt;Thanks to &lt;a href=&quot;http://userscripts.org/users/23652&quot;&gt;http://userscripts.org/users/23652&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 02 Feb 2009 18:52:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21183:93628</guid>
      <author>x0rnn</author>
      <link>http://userscripts.org/posts/93628</link>
    </item>
    <item>
      <title>Autoplay doesn't work if page is not in focus, replied by x0rnn</title>
      <description>&lt;p&gt;Not really a big issue though, as it takes less than a second to switch between two tabs to make the youtube video page active and then switch back to a different tab.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Jan 2009 14:30:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20448:92996</guid>
      <author>x0rnn</author>
      <link>http://userscripts.org/posts/92996</link>
    </item>
    <item>
      <title>Autoplay doesn't work if page is not in focus, replied by x0rnn</title>
      <description>&lt;p&gt;I'm using your script together with &lt;a href=&quot;http://userscripts.org/scripts/show/31864&quot;&gt;http://userscripts.org/scripts/show/31864&lt;/a&gt; and when I open a youtube video in one tab and then switch to another tab before the youtube one even loads, it doesn't autoplay. I tried disabling Comfort in Black to see if the error is perhaps in the YouTube HQ + 720p Revised script, but no, it seems it is in your script. Could you look into this? Thanks! Otherwise I like the script, good work.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Jan 2009 18:18:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20448:90170</guid>
      <author>x0rnn</author>
      <link>http://userscripts.org/posts/90170</link>
    </item>
    <item>
      <title>huge player question, replied by unfocused</title>
      <description>&lt;p&gt;I like the addon, but it has taken out a bunch of stuff I wanted to keep, such as Youtubes header. And I can't seem to get all of that back in a clean way (when I add the logo and search, it makes the layout look strange in the header). And I don't want to trouble you with trying to find answers.&lt;/p&gt;

&lt;p&gt;The best thing I love about the addon is the clickable HugePlayer. But I don't know the script for just that. Any chance you can reveal the code for JUST the HugePlayer as a standalone addon for GreaseMonkey? You can email me at sephkane at yahoo.com if you wish, but I think a single script for just the huge player would be cool for everyone.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Dec 2008 02:36:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19402:85914</guid>
      <author>unfocused</author>
      <link>http://userscripts.org/posts/85914</link>
    </item>
    <item>
      <title>addFmtToVideoLinks, replied by mcbd</title>
      <description>&lt;p&gt;This function only rewrites the links to other videos on that pages.&lt;/p&gt;

&lt;p&gt;And you have set unavailable number.
&lt;br /&gt;You can choose the number for setting to this value from the list on the following pages.
&lt;br /&gt;&lt;a href=&quot;http://stream-recorder.com/forum/watch-older-youtube-videos-higher-quality-youtube-t3086.html&quot;&gt;http://stream-recorder.com/forum/watch-older-yo...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/YouTube#Video_quality&quot;&gt;http://en.wikipedia.org/wiki/YouTube#Video_quality&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;s&gt;But&lt;/s&gt; Note: it is not that all option numbers are available in all youtube videos.&lt;/p&gt;

&lt;p&gt;I usually have set to 18. It seems to work fine in many videos.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Dec 2008 23:59:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19051:84080</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/84080</link>
    </item>
    <item>
      <title>addFmtToVideoLinks, replied by craziplaya21</title>
      <description>&lt;p&gt;I can't seem to get this to work. I changed &quot;0&quot; to &quot;1&quot;. it doesn't seem to work. am I missing something or am i not looking that the right place?&lt;/p&gt;</description>
      <pubDate>Mon, 15 Dec 2008 23:17:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19051:83804</guid>
      <author>craziplaya21</author>
      <link>http://userscripts.org/posts/83804</link>
    </item>
    <item>
      <title>Download as mp4 integration, replied by mcbd</title>
      <description>&lt;p&gt;Hello. 
&lt;br /&gt;I tried that script.&lt;/p&gt;

&lt;p&gt;Results:
&lt;br /&gt;&quot;Download as MP4&quot; worked.
&lt;br /&gt;and
&lt;br /&gt;&quot;Download as 720p HD MP4&quot; did't work, as you reported.&lt;/p&gt;

&lt;p&gt;But the second one also did't work without my script.
&lt;br /&gt;This means my script would not be a cause of that matter.
&lt;br /&gt;If so I can't help you. X(&lt;/p&gt;

&lt;p&gt;plz check it out again.&lt;/p&gt;

&lt;p&gt;[EDITED]
&lt;br /&gt;[EDITED]&lt;/p&gt;</description>
      <pubDate>Wed, 10 Dec 2008 15:58:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18811:82502</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/82502</link>
    </item>
    <item>
      <title>Download as mp4 integration, replied by craziplaya21</title>
      <description>&lt;p&gt;&lt;s&gt;Hi, I love this script. However, I am wondering if you can integrate this &quot;Download as mp4&quot; script into yours. As it stands now, they will not work together. Thanks!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/38008&quot;&gt;http://userscripts.org/scripts/show/38008&lt;/a&gt;&lt;/s&gt;&lt;/p&gt;

&lt;p&gt;edit: nvm, im an idiot. they work, i just had to click &quot;more info&quot; to view them when using it with your script. thanks though. love your work&lt;/p&gt;</description>
      <pubDate>Wed, 10 Dec 2008 05:38:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18811:82445</guid>
      <author>craziplaya21</author>
      <link>http://userscripts.org/posts/82445</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;Sorry for the late reply.&lt;/p&gt;

&lt;p&gt;&gt;pavlus
&lt;br /&gt;&gt;would you be able to create a universal controller-opaquer?&lt;/p&gt;

&lt;p&gt;uploaded it.
&lt;br /&gt;see &lt;a href=&quot;http://userscripts.org/scripts/show/36828&quot;&gt;http://userscripts.org/scripts/show/36828&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&gt;snjflame
&lt;br /&gt;&gt;try to change the font to cool one like Calibri, etc.&lt;/p&gt;

&lt;p&gt;OK, I may try it in a future version.
&lt;br /&gt;But it is difficult to decide the font which is cool, because it depends on the platform and personal taste.
&lt;br /&gt;And I have little knowledge about a font.
&lt;br /&gt;I think it would take time.&lt;/p&gt;

&lt;p&gt;[EDITED]&lt;/p&gt;</description>
      <pubDate>Tue, 11 Nov 2008 15:53:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27809</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27809</link>
    </item>
    <item>
      <title>Archived Comments, replied by pavlus</title>
      <description>&lt;p&gt;wow.. yeah! this is the only script i found where you can change the opacity of the video controller. great stuff!!! thanks a lot!
&lt;br /&gt;my dream is to have a single youtube video in the centre of the screen with a dimmed video controller..
&lt;br /&gt;would you be able to create a universal controller-opaquer? i would combine it with other scripts then..
&lt;br /&gt;or could you write an enhanced version of your script so that the video is centered?
&lt;br /&gt;once again, really huuuge thanks:)&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 00:54:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27810</guid>
      <author>pavlus</author>
      <link>http://userscripts.org/posts/27810</link>
    </item>
    <item>
      <title>Archived Comments, replied by snjflame</title>
      <description>&lt;p&gt;wow,  nice work!
&lt;br /&gt;try to change the font to cool one like Calibri, etc.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2008 18:49:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27811</guid>
      <author>snjflame</author>
      <link>http://userscripts.org/posts/27811</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;Thank you for reporting, MeXaon.
&lt;br /&gt;I will try to fix them, in the next version.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Oct 2008 16:17:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27812</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27812</link>
    </item>
    <item>
      <title>Archived Comments, replied by MeXaon</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://img129.imageshack.us/img129/203/screentubevy0.png&quot;&gt;http://img129.imageshack.us/img129/203/screentu...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Oct 2008 13:12:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27813</guid>
      <author>MeXaon</author>
      <link>http://userscripts.org/posts/27813</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;Thanks comments
&lt;br /&gt;I released the new version.&lt;/p&gt;

&lt;p&gt;&gt;MeXaon&lt;/p&gt;

&lt;p&gt;Currently, my bug list is almost empty. (it remains to paint &quot;Send this video&quot;)
&lt;br /&gt;Please report any bugs if you find them.
&lt;br /&gt;Thanks :)&lt;/p&gt;

&lt;p&gt;&gt;REVerdi&lt;/p&gt;

&lt;p&gt;&gt;Requests: 
&lt;br /&gt;&gt;Option to increase the height of related videos;&lt;/p&gt;

&lt;p&gt;Nice idea!
&lt;br /&gt;Added to the new version.&lt;/p&gt;

&lt;p&gt;&gt;Black skin to the search results. &lt;/p&gt;

&lt;p&gt;Well..., I don't feel like to paint the pages other than the player page.
&lt;br /&gt;sorry...&lt;/p&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:09:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27814</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27814</link>
    </item>
    <item>
      <title>Archived Comments, replied by REVerdi</title>
      <description>&lt;p&gt;Requests:
&lt;br /&gt;&gt; Option to increase the height of related videos;
&lt;br /&gt;&gt; Black skin to the search results.
&lt;br /&gt;Great script! It's my default script to YouTube.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 11:46:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27815</guid>
      <author>REVerdi</author>
      <link>http://userscripts.org/posts/27815</link>
    </item>
    <item>
      <title>Archived Comments, replied by MeXaon</title>
      <description>&lt;p&gt;good job !!!&lt;/p&gt;

&lt;p&gt;need fixed bugs :)&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 17:22:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27816</guid>
      <author>MeXaon</author>
      <link>http://userscripts.org/posts/27816</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;&gt;Hey can you post the version of youtube not modified? Thanks&lt;/p&gt;

&lt;p&gt;hmm, plz tell me why you want it.
&lt;br /&gt;if you need the &quot;Embed&quot; field, I might return it in the next version.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Oct 2008 01:55:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27817</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27817</link>
    </item>
    <item>
      <title>Archived Comments, replied by alienkiller</title>
      <description>&lt;p&gt;Hey can you post the version of youtube not modified? Thanks&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 2008 05:39:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27818</guid>
      <author>alienkiller</author>
      <link>http://userscripts.org/posts/27818</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;&gt;submit a screen cap dude !&lt;/p&gt;

&lt;p&gt;uploaded it.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2008 09:25:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27819</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27819</link>
    </item>
    <item>
      <title>Archived Comments, replied by snjflame</title>
      <description>&lt;p&gt;submit a screen cap dude !&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 21:17:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27820</guid>
      <author>snjflame</author>
      <link>http://userscripts.org/posts/27820</link>
    </item>
    <item>
      <title>Archived Comments, replied by mcbd</title>
      <description>&lt;p&gt;&gt;i love the script&lt;/p&gt;

&lt;p&gt;thanks :D&lt;/p&gt;

&lt;p&gt;&gt;removing the search bar when watching videos is the dumbest thing that i've never thought of&lt;/p&gt;

&lt;p&gt;haha
&lt;br /&gt;Ok, now there is a new version here.
&lt;br /&gt;the search bar has came back :)
&lt;br /&gt; 
&lt;br /&gt;&gt;need to paint black the homepage of youtube, the profiles, the messages section&lt;/p&gt;

&lt;p&gt;hmm, I don't have the plan to paint the pages other than the player page.&lt;/p&gt;

&lt;p&gt;&gt;you could also remove this stuff&lt;/p&gt;

&lt;p&gt;hmm, I don't mind even though i don't use them.
&lt;br /&gt;I'm unsure it's better.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Oct 2008 16:39:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27821</guid>
      <author>mcbd</author>
      <link>http://userscripts.org/posts/27821</link>
    </item>
    <item>
      <title>Archived Comments, replied by dnlxl</title>
      <description>&lt;p&gt;listen dude, i love the script, really, but removing the search bar when watching videos is the dumbest thing that i've never thought of ;] also need to paint black the homepage of youtube, the profiles, the messages section and this will be the greatest youtube script that i'm looking for since i found out about these scripts and all. ohh, you could also remove this stuff: 
&lt;br /&gt;Send Video
&lt;br /&gt;MySpace
&lt;br /&gt;Facebook&lt;/p&gt;</description>
      <pubDate>Sat, 04 Oct 2008 21:15:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27822</guid>
      <author>dnlxl</author>
      <link>http://userscripts.org/posts/27822</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:04:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11318:27808</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/27808</link>
    </item>
  </channel>
</rss>
