<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Vaughan Chandler | Userscripts.org</title>
    <description>Recent posts on all scripts by Vaughan Chandler at userscripts.org</description>
    <link>http://userscripts.org/users/14536/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Google Chrome 4.0.237.0, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Does it not work at all for you, or is it just partially working?&lt;/p&gt;</description>
      <pubDate>Sun, 08 Nov 2009 13:57:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39143:188279</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/188279</link>
    </item>
    <item>
      <title>Google Chrome 4.0.237.0, replied by Zane</title>
      <description>&lt;p&gt;Doesn't seem to work with Facebook Fixer &lt;/p&gt;

&lt;p&gt;// ==UserScript==
&lt;br /&gt;// @name        Facebook Fixer
&lt;br /&gt;// @namespace   &lt;a href=&quot;http://userscripts.org/people/14536&quot;&gt;http://userscripts.org/people/14536&lt;/a&gt;
&lt;br /&gt;// @description Enhancements for Facebook: bigger profile pictures and photos, easier viewing of albums, links to download videos, showing people's age and sign, google calendar integration, keyboard shortcuts &amp;amp; more. Compatible with new Facebook and fully customizable!
&lt;br /&gt;// @include     &lt;a href=&quot;http://facebook.com/&quot;&gt;http://facebook.com/&lt;/a&gt;*
&lt;br /&gt;// @include     &lt;a href=&quot;http://*.facebook.com/&quot;&gt;http://*.facebook.com/&lt;/a&gt;*
&lt;br /&gt;// @include     &lt;a href=&quot;https://facebook.com/&quot;&gt;https://facebook.com/&lt;/a&gt;*
&lt;br /&gt;// @include     &lt;a href=&quot;https://*.facebook.com/&quot;&gt;https://*.facebook.com/&lt;/a&gt;*
&lt;br /&gt;// @exclude     *facebook.com/logout.php*
&lt;br /&gt;// @exclude     *facebook.com/*logged_out*
&lt;br /&gt;// @exclude     *facebook.com/
&lt;br /&gt;// @author      Vaughan Chandler
&lt;br /&gt;// @timestamp   1253160312705
&lt;br /&gt;// ==/UserScript==&lt;/p&gt;</description>
      <pubDate>Sun, 08 Nov 2009 06:42:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39143:188150</guid>
      <author>Zane</author>
      <link>http://userscripts.org/posts/188150</link>
    </item>
    <item>
      <title>Suggestion: stretch homepage to fill margins, replied by jsb</title>
      <description>&lt;p&gt;I checked and the HTML is identical in the two browsers. When I get some time, I will try debugging the script in Chrome.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Nov 2009 14:08:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38469:187935</guid>
      <author>jsb</author>
      <link>http://userscripts.org/posts/187935</link>
    </item>
    <item>
      <title>Clicking twice on &amp;quot;next&amp;quot; to get to the next page in photos, replied by insurrectum</title>
      <description>&lt;p&gt;So another recent bug I've been seeing is that it takes two clicks on &quot;next&quot; to get it to move to the next page. The first click moves it slightly over, and the second actually gets you to the next page. The numbers work as usual, however.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Nov 2009 05:41:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39085:187841</guid>
      <author>insurrectum</author>
      <link>http://userscripts.org/posts/187841</link>
    </item>
    <item>
      <title>Suggestion: stretch homepage to fill margins, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Hmm... I wonder if Chrome is being served different HTML than Firefox for those links, cause the code for that is pretty simple. Next time you see one of those links in Chrome, can you check out the code used to make it? In Firefox theres a &lt;code&gt;SPAN&lt;/code&gt; tag with a class name of &quot;text_exposed_link&quot; that the link is contained in, and the link has an &quot;onclick&quot; attribute set.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:51:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38469:187603</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187603</link>
    </item>
    <item>
      <title>birthdays in bold, replied by hawacct</title>
      <description>&lt;p&gt;Thanks for the reply! I'm using English in the US, no special settings that I'm aware of. It used to work but hasn't for awhile now. Any ideas?&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:31:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38801:187584</guid>
      <author>hawacct</author>
      <link>http://userscripts.org/posts/187584</link>
    </item>
    <item>
      <title>Suggestion: Mark read, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Hi jsb, apologies about the hide options for the live feed not working. I was debugging it and forgot to put it back. In the mean time you can change the relevant line (should be around line #1979) from:
&lt;br /&gt;&lt;pre&gt;for (var i=0; i&amp;lt;elms.snapshotLength; i++) { elms.snapshotItem(i).style.background='#cccccc'; }&lt;/pre&gt;
&lt;br /&gt;to:
&lt;br /&gt;&lt;pre&gt;for (var i=0; i&amp;lt;elms.snapshotLength; i++) { elms.snapshotItem(i).parentNode.removeChild(elms.snapshotItem(i)); }&lt;/pre&gt;
&lt;br /&gt;Or, wait a while and I'll upload the fix tonight.&lt;/p&gt;

&lt;p&gt;As for the other problem, I think I might know why its not functioning as expected, so I'll look into that too.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:29:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38473:187583</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187583</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Yeah, the spelling error was pointed out to me shortly after putting it up so I've fixed it for the next release. I also managed to misspell &quot;notifications&quot; a different way in in several parts of the code. I blame a lack of sleep :)&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:24:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:187578</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187578</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by jsb</title>
      <description>&lt;p&gt;Number of notifications in the page title bar is working great, but I noticed a spelling error in the settings option for this feature.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:19:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:187577</guid>
      <author>jsb</author>
      <link>http://userscripts.org/posts/187577</link>
    </item>
    <item>
      <title>Suggestion: Mark read, replied by jsb</title>
      <description>&lt;p&gt;Vaughan, got the new 1.9b build, but this &quot;mark read&quot; doesn't seem to be working right. When I activate the option in the settings dialog, all of today's posts disappear, but I still see everything from yesterday back. I didn't expect anything to disappear until I clicked the &quot;Mark All as Read&quot; link. And I'm seeing newer posts disappear instead of older ones. When I click the &quot;Mark All as Read&quot; link nothing happens. I expected all posts to immediately  disappear when I clicked this.&lt;/p&gt;

&lt;p&gt;Also, selecting one of the other &quot;Hide&quot; options (such as &quot;Hide friend stories in he live feed&quot; is now putting them in a gray box instead of hiding them. In 1.9a this was hiding them correctly.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:09:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38473:187574</guid>
      <author>jsb</author>
      <link>http://userscripts.org/posts/187574</link>
    </item>
    <item>
      <title>Suggestion: stretch homepage to fill margins, replied by jsb</title>
      <description>&lt;p&gt;Stretching and auto-clicking &quot;read more&quot; both seem to be working great on Firefox with GreaseMonkey. Unfortunately the &quot;read more&quot; links are not expanding in Google Chrome. I had not noticed any problems with previous features in Chrome.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 17:03:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38469:187570</guid>
      <author>jsb</author>
      <link>http://userscripts.org/posts/187570</link>
    </item>
    <item>
      <title>Suggestion: Adjust Timeline Refresh Options, replied by hollz</title>
      <description>&lt;p&gt;Sometimes when I am typing a status update it takes more than a minute to write because of various distractions ect. And if it takes longer I lose the update when my timeline refreshes. I would love an option for every minute every two minutes or every five minutes....&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 16:03:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39028:187544</guid>
      <author>hollz</author>
      <link>http://userscripts.org/posts/187544</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;A new test version has been released: &lt;a href=&quot;http://www.code-poet.net/userscripts/beta.html&quot;&gt;http://www.code-poet.net/userscripts/beta.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A list of changes can be found at that page. Feed back is greatly appreciated. The stable version should be released next week.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:53:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:187268</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187268</link>
    </item>
    <item>
      <title>Suggestion: stretch homepage to fill margins, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;The latest test version (which can be found &lt;a href=&quot;http://www.code-poet.net/userscripts/beta.html&quot;&gt;here&lt;/a&gt;) adds the ability to stretch the home page and auto click on &quot;read more&quot; links. (I only tested the &quot;read more&quot; feature with one link that I found, so let me know how it works)&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:52:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38469:187266</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187266</link>
    </item>
    <item>
      <title>Option &amp;quot;All&amp;quot; for a user's photo's not working?, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Facebook has changed the way they load the images on those types of photo pages, and that change broke this feature in my script. I'm hoping I'll be able to have this feature fixed for next week's release.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:48:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38761:187263</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/187263</link>
    </item>
    <item>
      <title>Option &amp;quot;All&amp;quot; for a user's photo's not working?, replied by Balki Bartokomous</title>
      <description>&lt;p&gt;I too am having this problem.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 00:38:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38761:187174</guid>
      <author>Balki Bartokomous</author>
      <link>http://userscripts.org/posts/187174</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Balki Bartokomous</title>
      <description>&lt;p&gt;Could you also make it automatically switch to the live feed when FB loads. I hate having to click the live feed button myself EVERY DAMN TIME! &lt;/p&gt;

&lt;p&gt;Thanks for responding to our requests! I look forward to the next version.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Nov 2009 03:49:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:186855</guid>
      <author>Balki Bartokomous</author>
      <link>http://userscripts.org/posts/186855</link>
    </item>
    <item>
      <title>birthdays in bold, replied by Phill Moore</title>
      <description>&lt;p&gt;yeah it stopped working for me when they did the update&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:35:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38801:186750</guid>
      <author>Phill Moore</author>
      <link>http://userscripts.org/posts/186750</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Phill Moore</title>
      <description>&lt;p&gt;@ Vaughan no i dont care about the cleanliness of the link, i just find that it doesnt work properly...like ill try load a page, and it loads the outline of the page, but none of the data...so to fix that i have to click on my shortcut to facebook.com to get a clean start page, and go from there
&lt;br /&gt;its just a pain haha&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:34:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:186749</guid>
      <author>Phill Moore</author>
      <link>http://userscripts.org/posts/186749</link>
    </item>
    <item>
      <title>birthdays in bold, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Hi hawacct, this should be working still (it is for me). Currently there is no option for it because it is always on. What language are you using Facebook in? (If you're using English let me know whether its US or UK)&lt;/p&gt;

&lt;p&gt;Is anybody else having a problem with this?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 00:52:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38801:186462</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/186462</link>
    </item>
    <item>
      <title>birthdays in bold, replied by hawacct</title>
      <description>&lt;p&gt;I used to really love the feature that today's birthdays were shown in bold on the homepage, but it doesn't seem to be working for me in the latest version. Was this feature removed or is something wrong with my setup? I didn't see an option for it in the settings page.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 00:30:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38801:186458</guid>
      <author>hawacct</author>
      <link>http://userscripts.org/posts/186458</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Vaughan Chandler</title>
      <description>&lt;p&gt;Don't worry Dink, right now most of the requests are just being recorded and I've already started work on all the features I plan on adding to the next stable version, which hopefully will be released next week.&lt;/p&gt;

&lt;p&gt;The ideas can keep coming since I'll always be keeping an eye on this thread.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 23:55:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:186451</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/posts/186451</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Dink</title>
      <description>&lt;p&gt;How about we all let Vaughan get the next stable release out before we throw too much more out at him. Don't get me wrong, I love the idea of new features, But I know with Facebook changing up the code so often and every idea we come up with that he has alot on his plate!!! Sorry if i sound rude. I didn't mean to come across that way!&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 23:20:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:186441</guid>
      <author>Dink</author>
      <link>http://userscripts.org/posts/186441</link>
    </item>
    <item>
      <title>Suggestions for improvements, replied by Burgers nChips</title>
      <description>&lt;p&gt;Vaughan - Since I use Adblock Plus, I've added  the lines&lt;/p&gt;

&lt;p&gt;&lt;code&gt;'#feedwall_with_composer{ width:720px; }'+
&lt;br /&gt;&lt;code&gt;'#info_tab{ width:720px; }'&lt;/p&gt;

&lt;p&gt;As lines 937 and 938 added to the addStyle function to make the profile pages the right width). If possible, could you make the script detect the use of an ad blocker and fix the widths?&lt;/p&gt;

&lt;p&gt;Thanks again, BnC&lt;/code&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:08:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34001:186354</guid>
      <author>Burgers nChips</author>
      <link>http://userscripts.org/posts/186354</link>
    </item>
    <item>
      <title>Suggestion: stretch homepage to fill margins, replied by jsb</title>
      <description>&lt;p&gt;Vaughan - To test it, you could just post a long status to your own profile and then a really long comment under that. Just needs to be longer than about 300 characters (or I think 400 for comments). You could delete it when you're done. :)&lt;/p&gt;

&lt;p&gt;Here's some sample text that should be long enough:
&lt;br /&gt;testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing&lt;/p&gt;</description>
      <pubDate>Tue, 03 Nov 2009 18:26:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38469:186343</guid>
      <author>jsb</author>
      <link>http://userscripts.org/posts/186343</link>
    </item>
  </channel>
</rss>
