<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by znerp | Userscripts.org</title>
    <description>Recent posts on all scripts by znerp at userscripts.org</description>
    <link>http://userscripts.org/users/22480/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Config last checked time problem, replied by E-rok</title>
      <description>&lt;p&gt;Hi Znerp - I am big fan of this script, however - when I check the config, the last checked time shows:&lt;/p&gt;

&lt;p&gt;Sat, 28 Nov 2009 06:19:24 GMT&lt;/p&gt;

&lt;p&gt;The problem with that being that today is the 27th.&lt;/p&gt;

&lt;p&gt;My computer is set properly so I am not sure what the problem is.&lt;/p&gt;</description>
      <pubDate>Sat, 28 Nov 2009 06:39:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:40413:193845</guid>
      <author>E-rok</author>
      <link>http://userscripts.org/posts/193845</link>
    </item>
    <item>
      <title>Feature Request - exFriends List, replied by znerp</title>
      <description>&lt;p&gt;That is an interesting idea. It's not something I'd have considered really (in the 10 months since I created this script, I believe I've only had 2 people show up because of it), but that really does make sense. I will look at implementing this code at some point in the next few days when I'm more with it and less tired.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 21:36:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39811:191236</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/191236</link>
    </item>
    <item>
      <title>Feature Request - exFriends List, replied by frankgh</title>
      <description>&lt;p&gt;I would like the script to automatically remove friends from the exFriends list when they are back in my profile. For instance, some people would disable their facebook profile, and they will appear as if they've removed me from their friend's list. But when the reactivate their account they still show up as removed friends.&lt;/p&gt;

&lt;p&gt;I have the code for it, if you'd like to use it:&lt;/p&gt;

&lt;p&gt;    var newSavedFriends = ({});
&lt;br /&gt;// FG: the newExFriends list
&lt;br /&gt;    var newExFriends = ({});&lt;/p&gt;

&lt;p&gt;for (i in oldSavedFriends) {
&lt;br /&gt;  if (!newSavedFriends[i]) {
&lt;br /&gt;    exFriends[i] = oldSavedFriends[i];
&lt;br /&gt;	inform(oldSavedFriends[i]);
&lt;br /&gt;  }
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;// FG: Check for friends in the newSavedFriends list that were in exFriends list
&lt;br /&gt;// if they are in the newSavedFriends don't add them to the newExFriends list
&lt;br /&gt;for (i in exFriends) {
&lt;br /&gt;    if (newSavedFriends[i] &amp;amp;&amp;amp; newSavedFriends[i].o===100) {
&lt;br /&gt;        GM_log('Friend ' + newSavedFriends[i].t + ' is back');
&lt;br /&gt;    } else {
&lt;br /&gt;        newExFriends[exFriends[i].i] = exFriends[i];
&lt;br /&gt;    }
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;//    GM_setValue(facebookID + &quot; ex friends&quot;, uneval(exFriends));
&lt;br /&gt;// FG: Save the newExFriends list instead of the exFriends list
&lt;br /&gt;      GM_setValue(facebookID + &quot; ex friends&quot;, uneval(newExFriends));&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 20:36:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39811:191227</guid>
      <author>frankgh</author>
      <link>http://userscripts.org/posts/191227</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by znerp</title>
      <description>&lt;p&gt;Mr@: This problem is not a problem with my script, it is a problem with your installing it. Try &lt;a href=&quot;http://userscripts.org/posts/search?q=NS_ERROR_FILE_NOT_FOUND&quot;&gt;searching the forum&lt;/a&gt; to find help with this issue.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:21:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:191051</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/191051</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by Mr@</title>
      <description>&lt;p&gt;This script not installed. gave this error:&lt;/p&gt;

&lt;p&gt;Script could not be installed [Exception... &quot;Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]&quot;  nsresult: &quot;0x80520012 (NS_ERROR_FILE_NOT_FOUND)&quot;  location: &quot;JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 244&quot;  data: no]&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 05:58:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:191009</guid>
      <author>Mr@</author>
      <link>http://userscripts.org/posts/191009</link>
    </item>
    <item>
      <title>Newb Incompetence, replied by znerp</title>
      <description>&lt;blockquote&gt;&lt;strong&gt;&lt;a href=&quot;http://userscripts.org/users/118082&quot;&gt;ocphoto&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;/topics/39705?page=1#posts-190869&quot;&gt;wrote&lt;/a&gt;:&lt;br /&gt;
along the lines of being a n00b...is there a way to force it to run on demand?&lt;/blockquote&gt;&lt;p&gt;What would be the point?&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 00:41:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39705:190965</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/190965</link>
    </item>
    <item>
      <title>Newb Incompetence, replied by ocphoto</title>
      <description>&lt;p&gt;along the lines of being a n00b...is there a way to force it to run on demand?&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 19:25:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39705:190869</guid>
      <author>ocphoto</author>
      <link>http://userscripts.org/posts/190869</link>
    </item>
    <item>
      <title>&amp;quot;See this Photo in its Album&amp;quot; Feature, replied by znerp</title>
      <description>&lt;p&gt;That's fine, I didn't expect you to check out the code at all. My point really was that I added that line a long time ago (if I could be bothered to go through the versions I could find when), so I imagine it's been redundant for quite some time.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 12:19:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39713:190770</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/190770</link>
    </item>
    <item>
      <title>&amp;quot;See this Photo in its Album&amp;quot; Feature, replied by johnmchiel</title>
      <description>&lt;p&gt;Well thanks for the answer and sorry, i didn't check out the code :/&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 12:08:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39713:190768</guid>
      <author>johnmchiel</author>
      <link>http://userscripts.org/posts/190768</link>
    </item>
    <item>
      <title>&amp;quot;See this Photo in its Album&amp;quot; Feature, replied by znerp</title>
      <description>&lt;p&gt;I've not come across an album like this in a long time myself. I actually put in a comment quite a while ago in the source code of the script, &lt;code&gt;I think this bit's now redundant because I can't find any albums that I can't see.&lt;/code&gt; (around line 35 or so).&lt;/p&gt;&lt;p&gt;I don't want to remove the code that handles this though in case there is some way that it is useful to someone. I don't spend a lot of time on Facebook myself so I tend to rely on my users to find problems etc. for me.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 11:12:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39713:190755</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/190755</link>
    </item>
    <item>
      <title>&amp;quot;See this Photo in its Album&amp;quot; Feature, replied by johnmchiel</title>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I spend lot's of hours searching for an exemple so i could try the script, but unfortunately i didn't found any example.
&lt;br /&gt;So my question is the next:
&lt;br /&gt;Is this feature still available in Facebook? I mean i used to see pictures which viewing others of the album was impossible, but now it appears that i can see all of them (without the script of course).&lt;/p&gt;

&lt;p&gt;Cheers,
&lt;br /&gt;John.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:56:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39713:190751</guid>
      <author>johnmchiel</author>
      <link>http://userscripts.org/posts/190751</link>
    </item>
    <item>
      <title>Newb Incompetence, replied by Ms_MidnightBlue</title>
      <description>&lt;p&gt;Oh thanks for the speedy reply!&lt;/p&gt;

&lt;p&gt;Im up and running, I'll be sure to spread the word about this app.  Major kudos and thanks again!!!&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 09:16:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39705:190732</guid>
      <author>Ms_MidnightBlue</author>
      <link>http://userscripts.org/posts/190732</link>
    </item>
    <item>
      <title>Newb Incompetence, replied by znerp</title>
      <description>&lt;p&gt;I'll take you through this;
  &lt;ol&gt;&lt;li&gt;Install the &lt;a href=&quot;http://www.getfirefox.com/&quot;&gt;Firefox&lt;/a&gt; browser.&lt;/li&gt;&lt;li&gt;Install the &lt;a href=&quot;http://userscripts.org/topics/38926&quot;&gt;Greasemonkey&lt;/a&gt; add-on.&lt;/li&gt;&lt;li&gt;Restart Firefox. A small monkey symbol should show in the bottom right of the browser window.&lt;/li&gt;&lt;li&gt;Visit the &lt;a href=&quot;http://userscripts.org/scripts/show/40027&quot;&gt;script homepage&lt;/a&gt; and click the install button in the top right of the page.&lt;/li&gt;&lt;li&gt;A window will appear and an install button will become active. Click that.&lt;/li&gt;&lt;li&gt;A confirmation should appear by the small monkey saying that the script was installed.&lt;/li&gt;&lt;li&gt;Middle click (or right click, then &quot;Manage User Scripts...&quot;) the small monkey.&lt;/li&gt;&lt;li&gt;If &quot;Facebook Friends Checker&quot; appears in the list on the right of this window then it has installed fine.&lt;/li&gt;&lt;li&gt;Now carry on browsing Facebook as usual and at some point you may be prompted that someone has removed you.&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 09:02:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39705:190728</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/190728</link>
    </item>
    <item>
      <title>Newb Incompetence, replied by Ms_MidnightBlue</title>
      <description>&lt;p&gt;Znerp-
&lt;br /&gt;Major kudos for an AMAZING app, this concept is fantastic.  &lt;/p&gt;

&lt;p&gt;My only remaining problem is my inexperience.  I love the concept of User Scripts, (especially this one) but am clueless as to how to use it.  I have downloaded Firefox, Greasemonkey, and Friends Checker.  But when I open Greasemonkey, all fields remain blank, and I do not see FC (or anything for that matter) anywhere.&lt;/p&gt;

&lt;p&gt;Am I missing some basic piece of modern tech knowledge?  Is there hope for me yet?  &lt;/p&gt;

&lt;p&gt;Thanks for bearing with me.  I could not find a tutorial basic enough to sink to my level of newb incompetence.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 08:52:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39705:190724</guid>
      <author>Ms_MidnightBlue</author>
      <link>http://userscripts.org/posts/190724</link>
    </item>
    <item>
      <title>Help with Photos of ... part of the script, replied by swany28</title>
      <description>&lt;p&gt;yep works well now, thanks for the help znerp!!&lt;/p&gt;

&lt;p&gt;Cheers,
&lt;br /&gt;swany28&lt;/p&gt;</description>
      <pubDate>Tue, 17 Nov 2009 02:16:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38509:190647</guid>
      <author>swany28</author>
      <link>http://userscripts.org/posts/190647</link>
    </item>
    <item>
      <title>Help with Photos of ... part of the script, replied by znerp</title>
      <description>&lt;p&gt;No, that was my script. A brief history of that section of code; when grabbing the next page of images, I had a recurring problem with no data being returned. To combat this, I had the script try again 2 further times and then give this message if nothing is returned on either of those attempts. Generally data was returned on the first attempt. Failing that, data was almost always returned on the second attempt. If we get to a third attempt though and it still fails, then I figured that something was wrong that was stopping it loading so one should give up and try later. In this case though, Facebook had changed the headers required in the actual request to get another page of images, so I've added this in the current version and I believe it should all work fine now.&lt;/p&gt;&lt;p&gt;Is this feature not now working for you then?&lt;/p&gt;</description>
      <pubDate>Mon, 16 Nov 2009 21:34:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38509:190597</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/190597</link>
    </item>
    <item>
      <title>Help with Photos of ... part of the script, replied by Martin Stone</title>
      <description>&lt;p&gt;I have seen this before, but for me it was intermittent and hasn't happened for a while, making me think that it might be Facebook.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Nov 2009 20:23:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38509:190584</guid>
      <author>Martin Stone</author>
      <link>http://userscripts.org/posts/190584</link>
    </item>
    <item>
      <title>Include, replied by Chicago_gangster</title>
      <description>&lt;p&gt;To prevent the script from running (unnecessarily) on all subpages of titles, I'd suggest to make @include narrower:&lt;pre&gt;// @include        http://*.imdb.com/title/*/
// @include        http://*.imdb.com/title/*/#*
// @include        http://*.imdb.com/title/*/maindetails*
// @include        http://*.imdb.com/title/*/combined*&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 15 Nov 2009 03:32:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20697:190184</guid>
      <author>Chicago_gangster</author>
      <link>http://userscripts.org/posts/190184</link>
    </item>
    <item>
      <title>Help with Photos of ... part of the script, replied by swany28</title>
      <description>&lt;p&gt;any time?&lt;/p&gt;</description>
      <pubDate>Sun, 15 Nov 2009 02:14:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38509:190171</guid>
      <author>swany28</author>
      <link>http://userscripts.org/posts/190171</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by mr-bolica</title>
      <description>&lt;p&gt;i install it again after remove znerp and wortk good
&lt;br /&gt;sorry :)))&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:41:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189766</guid>
      <author>mr-bolica</author>
      <link>http://userscripts.org/posts/189766</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by znerp</title>
      <description>&lt;p&gt;So really you're complaining that the &quot;&lt;i&gt;Click to hide this&lt;/i&gt;&quot; button does nothing?&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 07:40:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189740</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/189740</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by mr-bolica</title>
      <description>&lt;p&gt;this the only error&lt;/p&gt;

&lt;p&gt;Error: top is null
&lt;br /&gt;Source File: file:///C:/Documents%20and%20Settings/Vortex/Application%20Data/Mozilla/Firefox/Profiles/nazxl6vj.default/gm_scripts/facebook_friends_checker/40027.js
&lt;br /&gt;Line: 160&lt;/p&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:21:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189557</guid>
      <author>mr-bolica</author>
      <link>http://userscripts.org/posts/189557</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by mr-bolica</title>
      <description>&lt;p&gt;no znerp no errors &lt;/p&gt;

&lt;p&gt;about the reactive and back no it`s abig list and big day after day :(:(&lt;/p&gt;

&lt;p&gt;and can i do in about:config&lt;/p&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:19:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189556</guid>
      <author>mr-bolica</author>
      <link>http://userscripts.org/posts/189556</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by znerp</title>
      <description>&lt;p&gt;Well I can see no reason why this might happen. Could you check your error console in future to see if this script is throwing up any errors?&lt;/p&gt;&lt;p&gt;One possibility actually is that this person may have deactivated their profile two days ago and so appeared on your screen. They could then re-activate their profile yesterday, and deactivated it again today. This would mean that they would show again today.&lt;/p&gt;&lt;p&gt;I don't know how likely this scenario is, but since no one else has complained at me about this I am going to have to assume it is something of that nature for you and not a problem with the script.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Nov 2009 15:39:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189527</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/189527</link>
    </item>
    <item>
      <title>Sript is broken as of 4th November due to Facebook changes..., replied by mr-bolica</title>
      <description>&lt;p&gt;no it appear again with me :(&lt;/p&gt;</description>
      <pubDate>Thu, 12 Nov 2009 15:30:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38872:189523</guid>
      <author>mr-bolica</author>
      <link>http://userscripts.org/posts/189523</link>
    </item>
  </channel>
</rss>
