<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Manipulating Google Results &#8211; Ajax Version</title>
	<atom:link href="http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/</link>
	<description>Tales of a JavaScript Ninja</description>
	<lastBuildDate>Sat, 15 Jan 2011 05:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Daily Digest for September 13th &#124; More Than Scratch The Surface</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-29</link>
		<dc:creator>Daily Digest for September 13th &#124; More Than Scratch The Surface</dc:creator>
		<pubDate>Sun, 13 Sep 2009 13:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-29</guid>
		<description>[...] Shared Manipulating Google Results – Ajax Version &#124; Amir Harel [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Manipulating Google Results – Ajax Version | Amir Harel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Harel</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-285</link>
		<dc:creator>Amir Harel</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-285</guid>
		<description>Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shimshon7</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-286</link>
		<dc:creator>shimshon7</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-286</guid>
		<description>Thanks a lot for your great blog !
&lt;br&gt;I find it very useful !
&lt;br&gt;
&lt;br&gt;if you want to get the results of the *new* rendered page you need to check the &quot;visibility&quot; as well.
&lt;br&gt;example :
&lt;br&gt;
&lt;br&gt;	document.addEventListener(&#039;DOMAttrModified&#039;, function (event) 
&lt;br&gt;	{
&lt;br&gt;		if (&lt;a href=&quot;http://event.target.id&quot; rel=&quot;nofollow&quot;&gt;event.target.id&lt;/a&gt; == &#039;foot&#039;) 
&lt;br&gt;		{
&lt;br&gt;			if( document.getElementById(&#039;foot&#039;).style.visibility == &#039;visible&#039; ) 
&lt;br&gt;			{
&lt;br&gt;				GM_log( &#039;DOMAttrModified:foot&#039; );					  
&lt;br&gt;			}
&lt;br&gt;		}
&lt;br&gt;	}, false);</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your great blog !<br />
<br />I find it very useful !</p>
<p>if you want to get the results of the *new* rendered page you need to check the &#8220;visibility&#8221; as well.<br />
<br />example :</p>
<p>	document.addEventListener(&#39;DOMAttrModified&#39;, function (event)<br />
<br />	{<br />
<br />		if (<a href="http://event.target.id" rel="nofollow">event.target.id</a> == &#39;foot&#39;)<br />
<br />		{<br />
<br />			if( document.getElementById(&#39;foot&#39;).style.visibility == &#39;visible&#39; )<br />
<br />			{<br />
<br />				GM_log( &#39;DOMAttrModified:foot&#39; );<br />
<br />			}<br />
<br />		}<br />
<br />	}, false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Harel</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-28</link>
		<dc:creator>Amir Harel</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-28</guid>
		<description>Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shimshon7</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-27</link>
		<dc:creator>shimshon7</dc:creator>
		<pubDate>Wed, 02 Sep 2009 07:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-27</guid>
		<description>Thanks a lot for your great blog !&lt;br&gt;I find it very useful !&lt;br&gt;&lt;br&gt;if you want to get the results of the *new* rendered page you need to check the &quot;visibility&quot; as well.&lt;br&gt;example :&lt;br&gt;&lt;br&gt;	document.addEventListener(&#039;DOMAttrModified&#039;, function (event) &lt;br&gt;	{&lt;br&gt;		if (event.target.id == &#039;foot&#039;) &lt;br&gt;		{&lt;br&gt;			if( document.getElementById(&#039;foot&#039;).style.visibility == &#039;visible&#039; ) &lt;br&gt;			{&lt;br&gt;				GM_log( &#039;DOMAttrModified:foot&#039; );					  &lt;br&gt;			}&lt;br&gt;		}&lt;br&gt;	}, false);</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your great blog !<br />I find it very useful !</p>
<p>if you want to get the results of the *new* rendered page you need to check the &#8220;visibility&#8221; as well.<br />example :</p>
<p>	document.addEventListener(&#39;DOMAttrModified&#39;, function (event) <br />	{<br />		if (event.target.id == &#39;foot&#39;) <br />		{<br />			if( document.getElementById(&#39;foot&#39;).style.visibility == &#39;visible&#39; ) <br />			{<br />				GM_log( &#39;DOMAttrModified:foot&#39; );					  <br />			}<br />		}<br />	}, false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More uses for hijacking methods in Javascript &#124; Amir Harel</title>
		<link>http://www.amirharel.com/2009/07/19/manipulating-google-results-ajax-version/comment-page-1/#comment-4</link>
		<dc:creator>More uses for hijacking methods in Javascript &#124; Amir Harel</dc:creator>
		<pubDate>Mon, 20 Jul 2009 21:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirharel.com/?p=8#comment-4</guid>
		<description>[...] Manipulating Google Results &#8211; Ajax Version  [...]</description>
		<content:encoded><![CDATA[<p>[...] Manipulating Google Results &#8211; Ajax Version  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

