<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Loopy for YouTube | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/28832</link>
    <description>Recent comments on userscript: Loopy for YouTube</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Button, replied by DanyDanman @ Thu, 04 Dec 2008 04:55:33 -0600</title>
      <description>&lt;p&gt;Is it possible to make the loop button just like the fist way as you read?
&lt;br /&gt;Why ? Simple the button like it now is looks painful of place if you use this script &lt;a href=&quot;http://userscripts.org/scripts/show/31864&quot;&gt;http://userscripts.org/scripts/show/31864&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;1 If so whit a button integration like in this script as you can see in the Screen Shots section.
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/32861&quot;&gt;http://userscripts.org/scripts/show/32861&lt;/a&gt;
&lt;br /&gt;2 Or if you install this script you will see Pop out text under video maybe you can place next to it and whit text Loop.
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/11058&quot;&gt;http://userscripts.org/scripts/show/11058&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dany&lt;/p&gt;</description>
      <pubDate>Thu, 04 Dec 2008 04:55:33 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:18545:81243</guid>
      <author>DanyDanman</author>
      <link>http://userscripts.org/topics/18545</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alala @ Wed, 08 Oct 2008 17:45:26 -0500</title>
      <description>&lt;p&gt;Is it possible to enable the loop button by default? Sometimes I open multiple videos and it's a pain to press loop on each one.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 17:45:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24802</guid>
      <author>Alala</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Sun, 05 Oct 2008 22:16:32 -0500</title>
      <description>&lt;p&gt;Yep, so the loop button can align to the bottom right of video properly. Glad you got it sorted. ^^&lt;/p&gt;</description>
      <pubDate>Sun, 05 Oct 2008 22:16:32 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24803</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alala @ Sat, 04 Oct 2008 18:32:01 -0500</title>
      <description>&lt;p&gt;thanks! I assume that the change to yousabletubefix is to stop the loopy button from showing up on the far right of the page.
&lt;br /&gt;EDIT: I looked at the script to try and modify it, but this is what I saw:
&lt;br /&gt;&lt;pre&gt;
// Resizes the player
	player.style.width = newW.toCSS();
	player.style.height = newH.toCSS();

	// Centers the player, video title and resize links horizontally
	var posOffset = (((vw - newW) / 2) - oPlayerDivData.xPos).toCSS(); // Calculates the offset --&gt; ((Container width - Content width) / 2) - Content Initial Position;
	[playerDiv, vidTitle, linkDiv].forEach(function(n) {
		n.style.position = &quot;relative&quot;; // Enables CSS relative positioning
		n.style.left = posOffset; // Sets the offset
	});&lt;/pre&gt;
&lt;br /&gt;There is no &quot;resize the player div too!&quot; comment! Should I add both &lt;code&gt;playerDiv.style.width = newW.toCSS();
&lt;br /&gt;&lt;/code&gt;and&lt;code&gt;
&lt;br /&gt;// Resize the player div too!&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;EDIT: damn, this post is getting long. Anyways, never mind the above question. I added both lines and it works great!&lt;/p&gt;</description>
      <pubDate>Sat, 04 Oct 2008 18:32:01 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24804</guid>
      <author>Alala</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Sat, 04 Oct 2008 07:35:46 -0500</title>
      <description>&lt;p&gt;Hi Alala,&lt;/p&gt;

&lt;p&gt;I've modified the CSS slightly to fix compatibility issues on my side, and I recommend a minor change to the YousableTubeFix script.. &lt;/p&gt;

&lt;p&gt;&lt;pre&gt;// Function used to resize video
function resizeVideo(aSize) {

	&amp;lt;...&gt;

	// Resizes the player
	player.style.width = newW.toCSS();
	player.style.height = newH.toCSS();

	&lt;b&gt;// Resize the player div too!&lt;/b&gt;
	&lt;b&gt;playerDiv.style.width = newW.toCSS();&lt;/b&gt;

	&amp;lt;...&gt;
}&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Add the line(s) in bold and all should be sweet, happy looping.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Oct 2008 07:35:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24805</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alala @ Thu, 02 Oct 2008 20:18:16 -0500</title>
      <description>&lt;p&gt;could you possibly look into the issue of incompatibility with the yousabletubefix script (&lt;a href=&quot;http://userscripts.org/scripts/show/13333&quot;&gt;http://userscripts.org/scripts/show/13333&lt;/a&gt;) ? thank you.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2008 20:18:16 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24806</guid>
      <author>Alala</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by apple @ Wed, 03 Sep 2008 02:13:03 -0500</title>
      <description>&lt;p&gt;Excellent. Thank you!&lt;/p&gt;</description>
      <pubDate>Wed, 03 Sep 2008 02:13:03 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24807</guid>
      <author>apple</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by shikhanshu @ Fri, 08 Aug 2008 23:59:25 -0500</title>
      <description>&lt;p&gt;haha... this is so cool... i installed ABP an hour ago... noticed the loopy issue just now... came here to see what was up, and i find that its already solved... the new script works fine with abp... thanks ppl! u guys rock&lt;/p&gt;</description>
      <pubDate>Fri, 08 Aug 2008 23:59:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24808</guid>
      <author>shikhanshu</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Sun, 03 Aug 2008 23:55:58 -0500</title>
      <description>&lt;p&gt;Thanks QuaraMan! I've updated the script with some of your embed code and gave you some credit. Hopefully all goes well, happy looping loopers.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2008 23:55:58 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24809</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by QuaraMan @ Sat, 02 Aug 2008 22:34:29 -0500</title>
      <description>&lt;p&gt;The script will not work with Adblock Plus because the use of unsafeWindow leads to security errors.
&lt;br /&gt;I have rewritten the script a little bit so it embeds all the functions and global vars in the page. This makes it unnecessary to use the unsafeWindow. functionality and it works with Adblock Plus. &lt;/p&gt;

&lt;p&gt;under this URL you can see my version: &lt;code&gt;&lt;a href=&quot;http://nevsworld.tiddlyspot.com/#[[Better%20Loopy%20for%20YouTube]]&quot;&gt;Nevsworld at Tiddlyspot&lt;/a&gt;&lt;/code&gt;
&lt;br /&gt;Copy the whole text between the heading &quot;Code&quot; and the heading &quot;Code Ends Here&quot; into your local file.&lt;/p&gt;

&lt;p&gt;Happy Looping!&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 22:34:29 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24810</guid>
      <author>QuaraMan</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Sat, 02 Aug 2008 20:02:20 -0500</title>
      <description>&lt;p&gt;Regarding Adblock Plus, I had noted the bug you mention previously.. but after a couple of script revisions and/or possibly the Firefox 3.0.1 update, I am able to run both without any problems and had thought the bug be squashed.&lt;/p&gt;

&lt;p&gt;Thanks for your input though, seems this bug still exists for some people.. so I'll re-add the details.&lt;/p&gt;

&lt;p&gt;ps. If you are up for some troubleshooting, make sure Firefox, ABP and Flash are all up-to-date and try with minimal extensions enabled. Hopefully we can find a way to finally resolve it.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 20:02:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24811</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by xyzxyz11 @ Sat, 02 Aug 2008 16:34:33 -0500</title>
      <description>&lt;p&gt;Ditto on the Adblock plus issue...I was really puzzled why this wasn't working even though &quot;Loop&quot; displayed properly.  Thanks a lot for the script - looping ocean waves and other white noise is a real lifesaver for me!&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 16:34:33 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24812</guid>
      <author>xyzxyz11</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by stif.fix @ Sat, 02 Aug 2008 09:53:58 -0500</title>
      <description>&lt;p&gt;@CDM:&lt;/p&gt;

&lt;p&gt;This script does NOT work with Adblockplus!
&lt;br /&gt;You have to deactivate it on youtube, then it works!
&lt;br /&gt;You maybe should write this into the description of the script&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 09:53:58 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24813</guid>
      <author>stif.fix</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Thu, 10 Jul 2008 06:43:07 -0500</title>
      <description>&lt;p&gt;Thanks, done and done. ^^&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:43:07 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24814</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by shikhanshu @ Wed, 09 Jul 2008 22:56:28 -0500</title>
      <description>&lt;p&gt;suggestion... please add &quot;http://youtube.com/watch?v=*&quot; as well ...btw, thanks a zillion ton for this!!! had been looking around for such a thing since a long time... :)&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 22:56:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24815</guid>
      <author>shikhanshu</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by ben brown @ Thu, 03 Jul 2008 21:35:14 -0500</title>
      <description>&lt;p&gt;It works! Thanks a lot CDM, you are really awesome to do this for everyone.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jul 2008 21:35:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24816</guid>
      <author>ben brown</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Thu, 03 Jul 2008 20:02:35 -0500</title>
      <description>&lt;p&gt;Fixed compatibility issues with Opera, let me know how it goes.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jul 2008 20:02:35 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24817</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by ben brown @ Thu, 03 Jul 2008 12:20:50 -0500</title>
      <description>&lt;p&gt;Anybody know if this should work on the Opera web browser. Probably obviously, I am not skilled in computers but I have been searching for a loop utility for youtube (via google) nearly weekly for months. I finally found this, but after creating a folder on my desktop, saving (via the install this script button at the top of this page) the javascript file there, and then right-clicking, finding edit site preferences-&gt;scripting&gt;user scripts (finding the js-containing folder on my desktop and pressing ok) I don't get the loop button--even after restarting my browser. Is this script incompatible with opera or did I do something wrong?&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jul 2008 12:20:50 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24818</guid>
      <author>ben brown</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by CDM @ Wed, 02 Jul 2008 11:57:41 -0500</title>
      <description>&lt;p&gt;Updated as you suggested, thanks for the comment.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:57:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24819</guid>
      <author>CDM</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mrrix32 @ Tue, 01 Jul 2008 07:51:48 -0500</title>
      <description>&lt;p&gt;change www. to *. if your using an international version of YouTube (eg. UK)&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:51:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24820</guid>
      <author>Mrrix32</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:05 -0600</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>Tue, 16 Nov 2004 19:06:05 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10809:24801</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/10809</link>
    </item>
  </channel>
</rss>
