<?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: Update: iphone&#8217;s iMobsters &amp; co in Browser</title>
	<atom:link href="http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/feed" rel="self" type="application/rss+xml" />
	<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser</link>
	<description>snipplets and more</description>
	<lastBuildDate>Sun, 05 Sep 2010 02:21:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jaxy</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-375</link>
		<dc:creator>jaxy</dc:creator>
		<pubDate>Sun, 05 Sep 2010 02:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-375</guid>
		<description>update: It still works.</description>
		<content:encoded><![CDATA[<p>update: It still works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattnet</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-370</link>
		<dc:creator>Mattnet</dc:creator>
		<pubDate>Tue, 10 Aug 2010 20:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-370</guid>
		<description>&lt;a href=&quot;#comment-259&quot; rel=&quot;nofollow&quot;&gt;@Hugo  &lt;/a&gt; 
ANy updates on this? Does it still work?</description>
		<content:encoded><![CDATA[<p><a href="#comment-259" rel="nofollow">@Hugo  </a><br />
ANy updates on this? Does it still work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holly</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-311</link>
		<dc:creator>holly</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-311</guid>
		<description>i too use http://s8onpc.com</description>
		<content:encoded><![CDATA[<p>i too use <a href="http://s8onpc.com" rel="nofollow">http://s8onpc.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jomob</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-310</link>
		<dc:creator>jomob</dc:creator>
		<pubDate>Fri, 19 Mar 2010 18:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-310</guid>
		<description>you can play at http://imobsters.s8onpc.com/ too 
ive been playing since December and still no red letters</description>
		<content:encoded><![CDATA[<p>you can play at <a href="http://imobsters.s8onpc.com/" rel="nofollow">http://imobsters.s8onpc.com/</a> too<br />
ive been playing since December and still no red letters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-271</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-271</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: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-259</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Thu, 18 Feb 2010 12:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-259</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: Hugo</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-254</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Sun, 14 Feb 2010 07:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-254</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=&#039;#000000&#039;;

//show the main content div.
document.getElementsByTagName(&quot;div&quot;).item(0).style.display=&quot;block&quot;;

//reset the media property in the link tags.
//this will allow the stylesheet to display the page correctly.
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;</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=&#8217;#000000&#8242;;</p>
<p>//show the main content div.<br />
document.getElementsByTagName(&#8220;div&#8221;).item(0).style.display=&#8221;block&#8221;;</p>
<p>//reset the media property in the link tags.<br />
//this will allow the stylesheet to display the page correctly.<br />
document.getElementsByTagName(&#8220;link&#8221;).item(0).media=&#8221;"<br />
document.getElementsByTagName(&#8220;link&#8221;).item(1).media=&#8221;"<br />
document.getElementsByTagName(&#8220;link&#8221;).item(2).media=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-248</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 03 Feb 2010 04:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-248</guid>
		<description>it used to work as of a couple or three weeks ago.  Doesn&#039;t any more.  I only used it to do army invites because those are such a PITA in the app.</description>
		<content:encoded><![CDATA[<p>it used to work as of a couple or three weeks ago.  Doesn&#8217;t any more.  I only used it to do army invites because those are such a PITA in the app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wei</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-246</link>
		<dc:creator>wei</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-246</guid>
		<description>Does this work on the IPod Touch ?</description>
		<content:encoded><![CDATA[<p>Does this work on the IPod Touch ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soldier7n</title>
		<link>http://www.uselessco.de/2009/stuff/update-iphones-imobsters-co-in-browser/comment-page-1#comment-238</link>
		<dc:creator>soldier7n</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.uselessco.de/?p=151#comment-238</guid>
		<description>its not working anymore.</description>
		<content:encoded><![CDATA[<p>its not working anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
