<?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: How to play iphone&#8217;s imobsters &amp; co in firefox</title>
	<atom:link href="http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox</link>
	<description>snipplets and more</description>
	<lastBuildDate>Fri, 19 Mar 2010 21:18:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-2#comment-270</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-270</guid>
		<description>WOOOOOOOOOOOOW this is what i saw on one of the games i have been testing!!!!

in red letters!!!

Notice from Storm8:
 We have detected suspicious activities in your account. Any player using third-party tools to play our games will be suspended permanently.</description>
		<content:encoded><![CDATA[<p>WOOOOOOOOOOOOW this is what i saw on one of the games i have been testing!!!!</p>
<p>in red letters!!!</p>
<p>Notice from Storm8:<br />
 We have detected suspicious activities in your account. Any player using third-party tools to play our games will be suspended permanently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xball22</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-2#comment-265</link>
		<dc:creator>xball22</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-265</guid>
		<description>can you do this on vista?
xball22@aol.com</description>
		<content:encoded><![CDATA[<p>can you do this on vista?<br />
<a href="mailto:xball22@aol.com">xball22@aol.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-2#comment-261</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-261</guid>
		<description>this will soon come to an end.

i was looking through the javascript and they can tell if its safari or firefox. 

they are checking for document.all, which firefox does not support but safari does.</description>
		<content:encoded><![CDATA[<p>this will soon come to an end.</p>
<p>i was looking through the javascript and they can tell if its safari or firefox. </p>
<p>they are checking for document.all, which firefox does not support but safari does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-2#comment-258</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-258</guid>
		<description>they changed it once more.

here we go again.
make sure to fix the quotes as this page will reformat them.

function passValidation(nname){

 if (nname==&quot;SCRIPT&quot; &#124;&#124; nname==&quot;META&quot; &#124;&#124; nname==&quot;LINK&quot; &#124;&#124; nname==&quot;TITLE&quot; &#124;&#124; nname==&quot;TD&quot;)
	{
	return(false);
	}
 return(true);

}

function fixDom(){
	//tried to break down what there code is doing with out looking like i copied it! :)
	var objDom=document.getElementsByTagName(&#039;*&#039;)
	for (var i=0;i&lt;objDom.length-1;i++){
	var domNode=objDom.item(i)
	var dname=domNode.nodeName.toUpperCase();
	if (domNode.style){
	 if (passValidation(dname))
		{
		domNode.style.display=&quot;&quot;;
		}
	}

	}
}

function fixit(){



	fixDom();
	document.body.style.background=&#039;#000000&#039;;
	document.body.style.display=&quot;block;&quot;
	document.getElementsByTagName(&quot;div&quot;).item(0).style.display=&quot;none&quot;;
	document.getElementsByTagName(&quot;link&quot;).item(0).media=&quot;&quot;
	document.getElementsByTagName(&quot;link&quot;).item(1).media=&quot;&quot;
	document.getElementsByTagName(&quot;link&quot;).item(2).media=&quot;&quot;
}

setTimeout (fixit,500)</description>
		<content:encoded><![CDATA[<p>they changed it once more.</p>
<p>here we go again.<br />
make sure to fix the quotes as this page will reformat them.</p>
<p>function passValidation(nname){</p>
<p> if (nname==&#8221;SCRIPT&#8221; || nname==&#8221;META&#8221; || nname==&#8221;LINK&#8221; || nname==&#8221;TITLE&#8221; || nname==&#8221;TD&#8221;)<br />
	{<br />
	return(false);<br />
	}<br />
 return(true);</p>
<p>}</p>
<p>function fixDom(){<br />
	//tried to break down what there code is doing with out looking like i copied it! <img src='http://www.uselessco.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
	var objDom=document.getElementsByTagName(&#8216;*&#8217;)<br />
	for (var i=0;i&lt;objDom.length-1;i++){<br />
	var domNode=objDom.item(i)<br />
	var dname=domNode.nodeName.toUpperCase();<br />
	if (domNode.style){<br />
	 if (passValidation(dname))<br />
		{<br />
		domNode.style.display=&quot;&quot;;<br />
		}<br />
	}</p>
<p>	}<br />
}</p>
<p>function fixit(){</p>
<p>	fixDom();<br />
	document.body.style.background=&#039;#000000&#039;;<br />
	document.body.style.display=&quot;block;&quot;<br />
	document.getElementsByTagName(&quot;div&quot;).item(0).style.display=&quot;none&quot;;<br />
	document.getElementsByTagName(&quot;link&quot;).item(0).media=&quot;&quot;<br />
	document.getElementsByTagName(&quot;link&quot;).item(1).media=&quot;&quot;<br />
	document.getElementsByTagName(&quot;link&quot;).item(2).media=&quot;&quot;<br />
}</p>
<p>setTimeout (fixit,500)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-2#comment-257</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-257</guid>
		<description>Hugo&#039;s fix works.  I had to convert the quotes to non-curly quotes and the last block generates null value errors in the error log, but the pages appear to load and work fine.

setting up the namespace means picking the server for the game you want.  I applied it to pages named *.php</description>
		<content:encoded><![CDATA[<p>Hugo&#8217;s fix works.  I had to convert the quotes to non-curly quotes and the last block generates null value errors in the error log, but the pages appear to load and work fine.</p>
<p>setting up the namespace means picking the server for the game you want.  I applied it to pages named *.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-1#comment-255</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-255</guid>
		<description>got it working again.

you will need greasemonkey for the following code. you will need to learn how to use greasemonkey as i wont teach you.

//back ground color
document.body.style.background=’#000000′;

//show the main content div.
document.getElementsByTagName(“div”).item(0).style.display=”block”;

//reset the media property in the link tags.
//this will allow the stylesheet to display the page correctly.
document.getElementsByTagName(“link”).item(0).media=”&quot;
document.getElementsByTagName(“link”).item(1).media=”&quot;
document.getElementsByTagName(“link”).item(2).media=”&quot;</description>
		<content:encoded><![CDATA[<p>got it working again.</p>
<p>you will need greasemonkey for the following code. you will need to learn how to use greasemonkey as i wont teach you.</p>
<p>//back ground color<br />
document.body.style.background=’#000000′;</p>
<p>//show the main content div.<br />
document.getElementsByTagName(“div”).item(0).style.display=”block”;</p>
<p>//reset the media property in the link tags.<br />
//this will allow the stylesheet to display the page correctly.<br />
document.getElementsByTagName(“link”).item(0).media=”&#8221;<br />
document.getElementsByTagName(“link”).item(1).media=”&#8221;<br />
document.getElementsByTagName(“link”).item(2).media=”&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cerp</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-1#comment-253</link>
		<dc:creator>cerp</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-253</guid>
		<description>if you go to http://wwonpc.com you can still play on pc</description>
		<content:encoded><![CDATA[<p>if you go to <a href="http://wwonpc.com" rel="nofollow">http://wwonpc.com</a> you can still play on pc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-1#comment-247</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 03 Feb 2010 04:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-247</guid>
		<description>It used to work for me, but it doesn&#039;t any more.  I didn&#039;t really use it to play, but it sure made inviting people to your army FAR less painful.  You could copy/paste between two open windows.  It&#039;s a nightmare trying to build an army over 50 in the app itself.</description>
		<content:encoded><![CDATA[<p>It used to work for me, but it doesn&#8217;t any more.  I didn&#8217;t really use it to play, but it sure made inviting people to your army FAR less painful.  You could copy/paste between two open windows.  It&#8217;s a nightmare trying to build an army over 50 in the app itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soldier7n</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-1#comment-237</link>
		<dc:creator>soldier7n</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-237</guid>
		<description>its not working anymore.</description>
		<content:encoded><![CDATA[<p>its not working anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SnooP GOW</title>
		<link>http://www.uselessco.de/2009/stuff/how-to-play-iphones-imobsters-co-in-firefox/comment-page-1#comment-235</link>
		<dc:creator>SnooP GOW</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=82#comment-235</guid>
		<description>this is way too complicated for me. is there an easier way, or is there anyone that can explain it better to me?!?!?</description>
		<content:encoded><![CDATA[<p>this is way too complicated for me. is there an easier way, or is there anyone that can explain it better to me?!?!?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
