<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on inYOf4ceBook | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8712</link>
    <description>Recent comments on userscript: inYOf4ceBook</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>broken on just profile pics?, replied by znerp @ Sat, 04 Jul 2009 06:48:56 +0000</title>
      <description>&lt;blockquote&gt;Anyone wanna take a stab at fixing it?&lt;/blockquote&gt;&lt;p&gt;Well I've had a go. It should work again now.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 06:48:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30072:142247</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/30072</link>
    </item>
    <item>
      <title>broken on just profile pics?, replied by brandobean @ Sat, 04 Jul 2009 01:00:34 +0000</title>
      <description>&lt;p&gt;Me too. Used to work when you moused over someone's profile picture in a comment thread right? Bummer, I miss that. Anyone wanna take a stab at fixing it?&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jul 2009 01:00:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30072:142165</guid>
      <author>brandobean</author>
      <link>http://userscripts.org/topics/30072</link>
    </item>
    <item>
      <title>broken on just profile pics?, replied by STaRDoGG CHaMPioN @ Fri, 03 Jul 2009 22:39:46 +0000</title>
      <description>&lt;p&gt;I'm seeing the same thing&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 22:39:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30072:142133</guid>
      <author>STaRDoGG CHaMPioN</author>
      <link>http://userscripts.org/topics/30072</link>
    </item>
    <item>
      <title>broken on just profile pics?, replied by jms @ Fri, 03 Jul 2009 04:15:12 +0000</title>
      <description>&lt;p&gt;long time user.  long time fan.  awesome script.&lt;/p&gt;

&lt;p&gt;this seems to have happened in just the past couple days.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jul 2009 04:15:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30072:141736</guid>
      <author>jms</author>
      <link>http://userscripts.org/topics/30072</link>
    </item>
    <item>
      <title>document.getElementById(&amp;quot;content&amp;quot;) is null error, replied by sizzlemctwizzle @ Tue, 05 May 2009 00:02:07 +0000</title>
      <description>&lt;p&gt;Could you please change:&lt;pre&gt;document.getElementById(&amp;quot;content&amp;quot;).addEventListener(&amp;#39;DOMNodeInserted&amp;#39;, inYoFace, true);
window.addEventListener(&amp;#39;load&amp;#39;, inYoFace, true);&lt;/pre&gt;to this:&lt;pre&gt;// Re-run the code when the page changes
function process() {
  document.getElementById(&amp;#39;content&amp;#39;).removeEventListener(&amp;#39;DOMNodeInserted&amp;#39;, process, false);
  inYoFace();
  document.getElementById(&amp;#39;content&amp;#39;).addEventListener(&amp;quot;DOMNodeInserted&amp;quot;, process, false);
}

// Wait for Facebook&amp;#39;s content element to exist
if (self.location == top.location) var checker=setInterval(function(){
    if(document.getElementById(&amp;#39;content&amp;#39;)) {
      clearInterval(checker);
      process(); // Start the listener
    }
  }, 200);&lt;/pre&gt;
&lt;br /&gt;It would eliminate the &lt;code&gt;document.getElementById(&amp;quot;content&amp;quot;) is null&lt;/code&gt; error&lt;/p&gt;

&lt;p&gt;Edit: Thanks znerp&lt;/p&gt;</description>
      <pubDate>Tue, 05 May 2009 00:02:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26188:117886</guid>
      <author>sizzlemctwizzle</author>
      <link>http://userscripts.org/topics/26188</link>
    </item>
    <item>
      <title>&amp;quot;Floating Images On Mouseover??&amp;quot;, replied by znerp @ Sun, 26 Apr 2009 16:59:51 +0000</title>
      <description>&lt;p&gt;@Maged Samuel:&lt;/p&gt;&lt;blockquote&gt;TO the best of my knowledge this problem should be eliminated if the thumbnail always appear on the top upper left of the screen&lt;/blockquote&gt;&lt;p&gt;Well yes. This is why the script is written as it is.&lt;/p&gt;&lt;p&gt;@Dink:&lt;/p&gt;&lt;blockquote&gt;if I could change the loading behavior of how it displays on the left first, then jumps to the hovered position.&lt;/blockquote&gt;&lt;p&gt;This probably happens because it initially displays 27 pixels down and across from where the mouse enters the image. It probably wouldn't involve a lot more code to fix this, but that's not something I'd be interested in taking my time to do considering I won't be using it or publishing this in the near future.&lt;/p&gt;&lt;p&gt;As I say, if there's more interest in this then I might think about implementing it in a way similar to how you suggest.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 16:59:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25592:114980</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/25592</link>
    </item>
    <item>
      <title>&amp;quot;Floating Images On Mouseover??&amp;quot;, replied by Dink @ Sun, 26 Apr 2009 14:28:27 +0000</title>
      <description>&lt;p&gt;I happen to like the end result if I could change the loading behavior of how it displays on the left first, then jumps to the hovered position.
&lt;br /&gt;Maybe this could be a configurable option in the &quot;user script commands&quot; feature in a future version?..
&lt;br /&gt;aside from making more work for you (just joking!!) thanks for your help!!&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 14:28:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25592:114947</guid>
      <author>Dink</author>
      <link>http://userscripts.org/topics/25592</link>
    </item>
    <item>
      <title>&amp;quot;Floating Images On Mouseover??&amp;quot;, replied by Maged Samuel @ Sun, 26 Apr 2009 13:24:35 +0000</title>
      <description>&lt;p&gt;I tested your suggestions Znerp and it works but wanted to mention you an issue which is that the enlarged version of the thumbnail shows cut off if the thumbnail is near the bottom or top of the screen. The workaround is to scroll a little bit higher or lower to make more room for the full thumbnail to show completely but non only this workaround is not convenient but also it can't work in some cases in which scrolling down (or up) is the ultimate and can't scroll any further.&lt;/p&gt;

&lt;p&gt;TO the best of my knowledge this problem should be eliminated if the thumbnail always appear on the top upper left of the screen&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 13:24:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25592:114936</guid>
      <author>Maged Samuel</author>
      <link>http://userscripts.org/topics/25592</link>
    </item>
    <item>
      <title>&amp;quot;Floating Images On Mouseover??&amp;quot;, replied by znerp @ Sun, 26 Apr 2009 11:29:49 +0000</title>
      <description>&lt;p&gt;I'm not very happy with the code for this script at the moment. I've always subscribed to the philosophy that if you have to write the same/similar code more than twice then you're doing something wrong. At present, I have 3 blocks of similar code in this script, so you'd have to change them all. At some point I'll look at re-writing it to make it better, but it works as it is and I wanted to get a fix out quickly after the last Facebook change so that's why it is as it is.&lt;/p&gt;&lt;p&gt;This is completely untested and written on the fly, so you might need to tweak it. To do what you want you'll need to find everywhere I've put &lt;code&gt;newDiv.getElementsByTagName(&quot;img&quot;)[0].src = fullsize;&lt;/code&gt; and add the following next to it...&lt;/p&gt;&lt;pre&gt;newDiv.style.top = (event.clientY + 27) + &quot;px&quot;;
newDiv.style.left = (event.clientX + 27) + &quot;px&quot;;&lt;/pre&gt;&lt;p&gt;You will also want to change all occurrances of this...&lt;/p&gt;&lt;pre&gt;eventThingX = e.pageX;
eventThingY = e.pageY;&lt;/pre&gt;&lt;p&gt;..to..&lt;/p&gt;&lt;pre&gt;newDiv.style.top = (e.clientY + 27) + &quot;px&quot;;
newDiv.style.left = (e.clientX + 27) + &quot;px&quot;;&lt;/pre&gt;&lt;p&gt;Hopefully that should all work. I really don't like the effect, but if more people request it I might look at building it into the script. If you make it work though please don't upload it as a script to userscripts.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 11:29:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25592:114919</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/25592</link>
    </item>
    <item>
      <title>&amp;quot;Floating Images On Mouseover??&amp;quot;, replied by Dink @ Sun, 26 Apr 2009 08:14:32 +0000</title>
      <description>&lt;p&gt;I have seen a couple facebook image scripts that have a &quot;floating&quot; effect when you hover the mouse over a thumbnail. I like that effect alot, but this script is the only one that enlarges the wall photos also. So in trying to keep the ability of enlarging wall photos I was hoping there is a simple code change that I can do to add the &quot;floating image&quot; effect. I have tried all I know, so if you could help that would be awesome!! Here is the url's of those scripts that have that effect. Thanks!!&lt;/p&gt;

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

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/11446&quot;&gt;http://userscripts.org/scripts/show/11446&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 08:14:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25592:114902</guid>
      <author>Dink</author>
      <link>http://userscripts.org/topics/25592</link>
    </item>
    <item>
      <title>Last version has some glitched, replied by Maged Samuel @ Sat, 25 Apr 2009 08:51:33 +0000</title>
      <description>&lt;p&gt;Well, the last update eliminated a great deal of the problem in the sense that it decreased considerably the time the old elarged thumbnail was appearing before it gets updated with the correct enlarged thumbnail of the thumbnail i am hovering at.&lt;/p&gt;

&lt;p&gt;I'm saying &quot;eliminated a great deal of the problem&quot; because I still can notice the older thumbnail for about just a 1/8 of a second and then the correct one appears but this transition makes a little bit &quot;flicker&quot; or so&lt;/p&gt;

&lt;p&gt;Anyway, thanks a lot. The very last update - even though it did not eliminate the problem 100% - but is more better.&lt;/p&gt;</description>
      <pubDate>Sat, 25 Apr 2009 08:51:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25502:114622</guid>
      <author>Maged Samuel</author>
      <link>http://userscripts.org/topics/25502</link>
    </item>
    <item>
      <title>Last version has some glitched, replied by Maged Samuel @ Fri, 24 Apr 2009 23:43:51 +0000</title>
      <description>&lt;p&gt;Will try 2 explain it again in another way hopefully&lt;/p&gt;

&lt;p&gt;Hovering on any thumbnail always show me the enlarged thumbnail version of the &quot;PREVIOUS THUMBNAIL&quot; and this lasts for a second or so but if i kept my mouse hovered and waitied a little more time (more than the 1 second time i estimated), the correct thumbnail shows finally instead of the old wrong one.
&lt;br /&gt;Hope this is clearer :)&lt;/p&gt;</description>
      <pubDate>Fri, 24 Apr 2009 23:43:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25502:114537</guid>
      <author>Maged Samuel</author>
      <link>http://userscripts.org/topics/25502</link>
    </item>
    <item>
      <title>Last version has some glitched, replied by znerp @ Fri, 24 Apr 2009 23:09:20 +0000</title>
      <description>&lt;p&gt;If I understand your problem correctly, I've just made a small change that might help with it. I don't experience that behaviour though, and I can't work out why it would act in that way.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Apr 2009 23:09:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25502:114529</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/25502</link>
    </item>
    <item>
      <title>Last version has some glitched, replied by Maged Samuel @ Fri, 24 Apr 2009 22:11:25 +0000</title>
      <description>&lt;p&gt;Hi
&lt;br /&gt;The very last version of this script has an issue which i hope i can describe it right:&lt;/p&gt;

&lt;p&gt;Seeing hovering on a thumbnail for the 1st time, no problem
&lt;br /&gt;But hovering on another thumbnail shows me the enlarged version of the previous thumbnail and not the one I'm hovering at and this lasts for a second but I'm persistent (keeping the mouse hovered), i finally see the correct enlarged version of the current thumbnail&lt;/p&gt;

&lt;p&gt;I believe this is annoying but I thank u for yr kind efforts
&lt;br /&gt;Maged&lt;/p&gt;</description>
      <pubDate>Fri, 24 Apr 2009 22:11:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25502:114519</guid>
      <author>Maged Samuel</author>
      <link>http://userscripts.org/topics/25502</link>
    </item>
    <item>
      <title>freeze Facebook, replied by rio @ Tue, 31 Mar 2009 08:21:11 +0000</title>
      <description>&lt;p&gt;After using this script, facebook is freezed during loading some applications eg. FluffFriends and Backbook.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Mar 2009 08:21:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24114:107004</guid>
      <author>rio</author>
      <link>http://userscripts.org/topics/24114</link>
    </item>
    <item>
      <title>Any way to make it bottom right?, replied by Trel @ Fri, 20 Mar 2009 01:21:24 +0000</title>
      <description>&lt;p&gt;Ah ok.  I can get it where I want, but I haven't figured out how to adjust for differing image size, maybe comparing will help me find that.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Mar 2009 01:21:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23440:104034</guid>
      <author>Trel</author>
      <link>http://userscripts.org/topics/23440</link>
    </item>
    <item>
      <title>Any way to make it bottom right?, replied by znerp @ Thu, 19 Mar 2009 08:57:16 +0000</title>
      <description>&lt;p&gt;I don't think it's worth the time or effort to make this an option, however this would be easy enough to do if you wanted to have a go at it for yourself. That script is based on this script, and so it's pretty easy to see exactly what has been changed from this script to that, so it should give you some idea of what to change on the newest version of this script.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Mar 2009 08:57:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23440:103837</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/23440</link>
    </item>
    <item>
      <title>Any way to make it bottom right?, replied by Trel @ Thu, 19 Mar 2009 05:56:57 +0000</title>
      <description>&lt;p&gt;I'm used to the Facebook Thumbnail Enlarger script, however, it stopped working, so I had to switch.  However, from that I'm used to having the image show at the bottom right.  Could this be an option of some sort?&lt;/p&gt;</description>
      <pubDate>Thu, 19 Mar 2009 05:56:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23440:103808</guid>
      <author>Trel</author>
      <link>http://userscripts.org/topics/23440</link>
    </item>
    <item>
      <title>broken?, replied by znerp @ Wed, 18 Mar 2009 17:33:53 +0000</title>
      <description>&lt;p&gt;@keyrat: Oh yeah, I hadn't noticed that. This should be fixed now.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:33:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:103579</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by keyrat @ Wed, 18 Mar 2009 15:08:26 +0000</title>
      <description>&lt;p&gt;Hey, I hate to be picky, but there is one thing still missing right now. FB has added this share one picture feature to the news feed. When people post just one picture, inYOf4ceBook doesn't work on hover.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Mar 2009 15:08:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:103544</guid>
      <author>keyrat</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by znerp @ Tue, 17 Mar 2009 08:37:57 +0000</title>
      <description>&lt;blockquote&gt;if you have the time (or inclination!) could you come up with something to shrink the fonts etc, but not pictures, similar to Facebook CSS Fixer.&lt;/blockquote&gt;&lt;p&gt;Yeah, I really don't have the time or the inclination. This sounds like it should be simple enough though. For this it might be better to use the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/2108&quot;&gt;Stylish&lt;/a&gt; add-on and look on/request from the &lt;a href=&quot;http://userstyles.org/&quot;&gt;Userstyles&lt;/a&gt; site.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Mar 2009 08:37:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:103225</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by LadFromWales85 @ Mon, 16 Mar 2009 21:53:02 +0000</title>
      <description>&lt;p&gt;nice mate! cheers for that!
&lt;br /&gt;if you have the time (or inclination!) could you come up with something to shrink the fonts etc, but not pictures, similar to Facebook CSS Fixer.&lt;/p&gt;

&lt;p&gt;Again thanks for making that change to your script, makes Facebook slightly more bearable! :)&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2009 21:53:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:103127</guid>
      <author>LadFromWales85</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by znerp @ Mon, 16 Mar 2009 17:50:32 +0000</title>
      <description>&lt;p&gt;@LadFromWales85: Ok, I've made a change that should make it compatible with the script you linked.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2009 17:50:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:103083</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by LadFromWales85 @ Mon, 16 Mar 2009 01:09:41 +0000</title>
      <description>&lt;p&gt;facebook square cut edition &lt;a href=&quot;http://userscripts.org/scripts/show/44274&quot;&gt;http://userscripts.org/scripts/show/44274&lt;/a&gt; removes the curves around pictures, the status box etc.
&lt;br /&gt;With this script, your script no longer displays large thumbnails of pictures on hover.
&lt;br /&gt;Facebook Fixer does, though, but it displays pictures immediately on hover which is distracting.&lt;/p&gt;

&lt;p&gt;Ideally love a mix of the Facebook css fixer, which makes fonts smaller (but sadly also makes pictures smaller), the straight edges, and your images on hover, but I can dream!&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2009 01:09:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:102950</guid>
      <author>LadFromWales85</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
    <item>
      <title>broken?, replied by znerp @ Sun, 15 Mar 2009 21:27:10 +0000</title>
      <description>&lt;p&gt;@LadFromWales85: What do you mean by your comment? Please expand on that.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Mar 2009 21:27:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:23150:102908</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/23150</link>
    </item>
  </channel>
</rss>
