<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Mortimer | Userscripts.org</title>
    <description>Recent posts on all scripts by Mortimer at userscripts.org</description>
    <link>http://userscripts.org/users/3287/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Autoscroll?, replied by sim8</title>
      <description>&lt;p&gt;Is there a way to make it keep scrolling till there are no more hits?  So I can go away and come back later and all the pics are on one long page?&lt;/p&gt;</description>
      <pubDate>Thu, 01 Oct 2009 14:27:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36349:175114</guid>
      <author>sim8</author>
      <link>http://userscripts.org/posts/175114</link>
    </item>
    <item>
      <title>Some Add..., replied by decembre</title>
      <description>&lt;p&gt;Like that it don't work for me , i must add in working page (G&#233;rer les script): 
&lt;br /&gt;&lt;a href=&quot;http://*flickr.com/mail/contact_notifications/&quot;&gt;http://*flickr.com/mail/contact_notifications/&lt;/a&gt;*&lt;/p&gt;</description>
      <pubDate>Sat, 29 Aug 2009 04:34:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34071:163887</guid>
      <author>decembre</author>
      <link>http://userscripts.org/posts/163887</link>
    </item>
    <item>
      <title>Broken?, replied by decembre</title>
      <description>&lt;p&gt;Now, the Contact Page seems different and i can't see my favorite Users...
&lt;br /&gt;sob!&lt;/p&gt;

&lt;p&gt;an Update possible?
&lt;br /&gt;Thanks to you....&lt;/p&gt;</description>
      <pubDate>Wed, 29 Apr 2009 22:50:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25829:116151</guid>
      <author>decembre</author>
      <link>http://userscripts.org/posts/116151</link>
    </item>
    <item>
      <title>Disabled by default?, replied by aar0on</title>
      <description>&lt;p&gt;I love this script, but is there a way to make it disabled by default when you get to a page?  Then, if you want to enable it, you could just check the box and it'd begin doing its thing.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Jan 2009 03:28:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20784:91826</guid>
      <author>aar0on</author>
      <link>http://userscripts.org/posts/91826</link>
    </item>
    <item>
      <title>Help!, replied by LuNatic</title>
      <description>&lt;p&gt;Can someone please explain how I set this up for $AU? Thanks!&lt;/p&gt;</description>
      <pubDate>Sat, 22 Nov 2008 12:17:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18121:79513</guid>
      <author>LuNatic</author>
      <link>http://userscripts.org/posts/79513</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mortimer</title>
      <description>&lt;p&gt;6v8.gamboni.org is temporarly down and the dns redirected to another host to support mails etc... The sysadmin is working on getting the server up again. Be patient, it should be online pretty soon.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 11:58:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45557</guid>
      <author>Mortimer</author>
      <link>http://userscripts.org/posts/45557</link>
    </item>
    <item>
      <title>Archived Comments, replied by Marcos Wright Kuhns</title>
      <description>&lt;p&gt;Mortimer, looks like your gamboni.org domain was taken over by another company. Sad news! Maybe you should update the script to point at this page instead. Thanks again for this awesome script.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 01:43:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45558</guid>
      <author>Marcos Wright Kuhns</author>
      <link>http://userscripts.org/posts/45558</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mortimer</title>
      <description>&lt;p&gt;will check this Ric, thanks&lt;/p&gt;</description>
      <pubDate>Mon, 03 Nov 2008 15:59:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9871:18800</guid>
      <author>Mortimer</author>
      <link>http://userscripts.org/posts/18800</link>
    </item>
    <item>
      <title>Archived Comments, replied by ric</title>
      <description>&lt;p&gt;I found out that the &lt;i&gt;Pool Interestingness&lt;/i&gt; doesn't work when a group doesn't have an icon (i.e., it's using the default one). The offending line is:
&lt;br /&gt;&lt;code&gt;thegroupid=unsafeWindow.document.getElementById('SubNav').innerHTML.split('\/buddyicons\/')[1].split('\.jpg')[0];&lt;/code&gt;
&lt;br /&gt;A suggestion to fix this is:
&lt;br /&gt;&lt;code&gt;thegroupid=unsafeWindow.document.body.parentNode.innerHTML.match(/global_group_nsid\s*=\s*&quot;(.+?)&quot;/)[1];&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 03 Nov 2008 13:36:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9871:18801</guid>
      <author>ric</author>
      <link>http://userscripts.org/posts/18801</link>
    </item>
    <item>
      <title>Archived Comments, replied by ric</title>
      <description>&lt;p&gt;Another nice one, Pierre! :-)  Thanks!&lt;/p&gt;

&lt;p&gt;My first suggestion would be to allow the users to customize the number of pictures shown. I simply added two variables (width &amp;amp; height) and changed 4 lines of code to do this (I prefer a box with 6x6 pictures, instead of the default 5x5). I know, it's trivial for anyone who knows a bit of javascript, but it's hard for anyone who doesn't...&lt;/p&gt;

&lt;p&gt;And I found out a problem with users that don't allow image downloads. The spaceball.gif that covers their images has an absolute position with a z-index on the link for it, and that link appears above those in the &quot;Quick&quot; pop-up, which means you can't open any link that is right above one of his/her images in the photostream.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Nov 2008 17:42:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9871:18802</guid>
      <author>ric</author>
      <link>http://userscripts.org/posts/18802</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gousgounis</title>
      <description>&lt;p&gt;Does not work on new ebay layout.&lt;/p&gt;

&lt;p&gt;(e.x. &#163;6.95 not 6.95 GBR)&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 08:33:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10999:25576</guid>
      <author>Gousgounis</author>
      <link>http://userscripts.org/posts/25576</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alejandro Matos</title>
      <description>&lt;p&gt;just so you know, I have a version in Spanish =)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://cholito.org/flickr_refer_comment.user.js&quot;&gt;http://cholito.org/flickr_refer_comment.user.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;credits still yours&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 03:17:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45559</guid>
      <author>Alejandro Matos</author>
      <link>http://userscripts.org/posts/45559</link>
    </item>
    <item>
      <title>Archived Comments, replied by John Michel</title>
      <description>&lt;p&gt;This script isn't working for me anymore :/&lt;/p&gt;

&lt;p&gt;I'm running Firefox 3.0.3 on Windows Vista.&lt;/p&gt;

&lt;p&gt;Is this happening to anyone else?&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:41:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11456:28480</guid>
      <author>John Michel</author>
      <link>http://userscripts.org/posts/28480</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alejandro Matos</title>
      <description>&lt;p&gt;let me learn some javascript first, then some json (??), then I will try to figure out how to convert your script (just sarcastic) I hope some programmer take this script into opera (and maybe others)...&lt;/p&gt;

&lt;p&gt;Alejandro&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:58:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11456:28481</guid>
      <author>Alejandro Matos</author>
      <link>http://userscripts.org/posts/28481</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mortimer</title>
      <description>&lt;p&gt;Check the bookmarklet that is on the original site (6v8.gamboni.org). This one has code compatible with Opera (I thought I had merged the two scripts in fact), so you can convert it to a user script.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:46:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45560</guid>
      <author>Mortimer</author>
      <link>http://userscripts.org/posts/45560</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mortimer</title>
      <description>&lt;p&gt;well, too bad Opera doesn't support some standard extension to JS that Firefox do ;)&lt;/p&gt;

&lt;p&gt;anyway, things has changed since I developed this script and now Flickr can be accessed with a json interface that would be compatible with Opera. You can try to convert the script for this. Let me know if you do it.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:43:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11456:28482</guid>
      <author>Mortimer</author>
      <link>http://userscripts.org/posts/28482</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alejandro Matos</title>
      <description>&lt;p&gt;I'm trying to get some scripts to be compatible with opera (some are already compatible) but I get this error:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;Syntax error /opt/userscript/flickr_refer_comment.user.js: line 397 of User JS script :
&lt;br /&gt;Expected identifier
&lt;br /&gt;								msg = 'Seen in your '+rsp..title+' set.';
&lt;br /&gt;-----------------------------------^ (I think this is trying to tell me where the error is...)
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;If I delete &lt;code&gt;'+rsp..title+'&lt;/code&gt; I see no error for this script but it doesn't work at all (nor I see any kind of error in the console). Any help would be apreciated ;)
&lt;br /&gt;Alejandro&lt;/p&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:48:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45561</guid>
      <author>Alejandro Matos</author>
      <link>http://userscripts.org/posts/45561</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alejandro Matos</title>
      <description>&lt;p&gt;too bad it doesn't work with opera :( (some userscripts do work with opera...)&lt;/p&gt;

&lt;p&gt;So, playing arround (almost the same as with comment refer)&lt;/p&gt;

&lt;p&gt;I get this (twice):
&lt;br /&gt;&lt;code&gt;Syntax error /opt/userscript/flickr_exif_info.user.js: line 170 of User JS script :
&lt;br /&gt;Expected identifier
&lt;br /&gt;                                                                                                                                           ex = rsp..exif.(@label == finds[i]);
&lt;br /&gt;-----------------------------------^
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:12:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11456:28483</guid>
      <author>Alejandro Matos</author>
      <link>http://userscripts.org/posts/28483</link>
    </item>
    <item>
      <title>Archived Comments, replied by CrimsonVerbs</title>
      <description>&lt;p&gt;Hey I am having a problem with my contacts pages, seems when I scroll down to view more contacts the Option to scroll over friends and get the box pop-up is gone with all the features for messaging and deleting friends. Anyone else have this problem?'&lt;/p&gt;

&lt;p&gt;Btw, was wondering if anyone has figured out a script to delete bulk friends at once, if so I would pay good money for it, thx.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 04:52:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13766:46050</guid>
      <author>CrimsonVerbs</author>
      <link>http://userscripts.org/posts/46050</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo</title>
      <description>&lt;p&gt;I've got it working again (at least in my brief tests). Updated script is &lt;a href=&quot;http://userscripts.org/scripts/show/34127&quot;&gt;here&lt;/a&gt;. @Mortimer, feel free to take it back over, check over my fixes, etc.&lt;/p&gt;</description>
      <pubDate>Sun, 21 Sep 2008 11:42:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14660:59428</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/posts/59428</link>
    </item>
    <item>
      <title>Archived Comments, replied by Da5h</title>
      <description>&lt;p&gt;Hi Mortimer, thanks for the script!
&lt;br /&gt;I have a question though, can you please tell me what do i have to change in the code, to be able to scroll more than one page at once?
&lt;br /&gt;Back then i was using value in Threshold var, but you seem to have removed it in v1.1&lt;/p&gt;

&lt;p&gt;thanks again&lt;/p&gt;</description>
      <pubDate>Sat, 06 Sep 2008 12:58:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13766:46051</guid>
      <author>Da5h</author>
      <link>http://userscripts.org/posts/46051</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mortimer</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I never really used Ipernity so with the lack of time I have, I did not do the port. The code is open, so if anyone thinks it can be used easily, go on.
&lt;br /&gt;Otherwise, there are some &quot;generic&quot; autopage scripts (and extensions) around that can be used on any website, you might want to try this one.&lt;/p&gt;

&lt;p&gt;Sorry Decembre, I never found a satisfactory solution for this.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:15:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13766:46052</guid>
      <author>Mortimer</author>
      <link>http://userscripts.org/posts/46052</link>
    </item>
    <item>
      <title>Archived Comments, replied by L8o</title>
      <description>&lt;p&gt;Hi again Mortimer. Hope you are well. I was wondering if you had written the Ipernity version of Auto Page?&lt;/p&gt;

&lt;p&gt;Blessings!&lt;/p&gt;</description>
      <pubDate>Tue, 02 Sep 2008 04:50:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13766:46053</guid>
      <author>L8o</author>
      <link>http://userscripts.org/posts/46053</link>
    </item>
    <item>
      <title>Archived Comments, replied by iliv4bears</title>
      <description>&lt;p&gt;I no longer have the user script commands available??  'Anyone know why?&lt;/p&gt;</description>
      <pubDate>Mon, 01 Sep 2008 18:40:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13709:45562</guid>
      <author>iliv4bears</author>
      <link>http://userscripts.org/posts/45562</link>
    </item>
    <item>
      <title>Archived Comments, replied by decembre</title>
      <description>&lt;p&gt;it' a very useful and fast, but it's possible to enable javascript on all the page loaded?
&lt;br /&gt;I want keep some others Greasemonkey active on them , like &quot;Flickr Thumbnails Enhancer&quot;, &quot;Flickr Functional Suite&quot; and &quot;Group Pool Admin - Warn + Delete&quot; ?
&lt;br /&gt;Just a problem  : It seems , on some page like favorit, the script &quot;fetch &quot; the page ( it's working) but no thumb appear...&lt;/p&gt;</description>
      <pubDate>Mon, 01 Sep 2008 04:42:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13766:46054</guid>
      <author>decembre</author>
      <link>http://userscripts.org/posts/46054</link>
    </item>
  </channel>
</rss>
