<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Virtual Exit &#187; Hide MySpace stuff</title>
	<atom:link href="http://www.avirtualexit.com/category/myspace/hide-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avirtualexit.com</link>
	<description>Social Networks,Tech Tips</description>
	<lastBuildDate>Fri, 20 Nov 2009 09:07:42 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to hide comment tables on MySpace?</title>
		<link>http://www.avirtualexit.com/2009/08/24/hide-comment-table-on-myspace/</link>
		<comments>http://www.avirtualexit.com/2009/08/24/hide-comment-table-on-myspace/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:40:31 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=1040</guid>
		<description><![CDATA[
Hiding comment boxes on MySpace profile

 Question: 
Divi asks: Any chance you can provide us some code to hide comment boxes on MySpace?
 Answer: 
 Thanks for your question, Divi. Sure. If you are working on a MySpace profile in version 1.0, look into this tutorial. If you are on MySpace 2.0 you can grab [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Hiding comment boxes on MySpace profile</h2>
</p>
<p> <b>Question:</b> </p>
<p>Divi asks: Any chance you can provide us some code to hide comment boxes on MySpace?</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Divi. Sure. If you are working on a MySpace profile in version 1.0, look into this <a href="http://www.avirtualexit.com/2008/03/30/hide-comments-only/">tutorial</a>. If you are on MySpace 2.0 you can grab the required CSS from the box below and implement it in your MySpace profile 2.0 CSS section.</p>
<p> <center> <textarea id="CSS_Code" style="display: none">div.commentsModule {display:none;}</textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p>
<p> You can also manually copy the code from below and paste it on MySpace: </p>
<p>
<pre><code>

/* Hide comment box */

div.commentsModule {display:none;}

code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/08/24/hide-comment-table-on-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide top friends on MySpace 2.0?</title>
		<link>http://www.avirtualexit.com/2009/08/23/how-to-hide-top-friends-on-myspace-20/</link>
		<comments>http://www.avirtualexit.com/2009/08/23/how-to-hide-top-friends-on-myspace-20/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 16:13:24 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=1038</guid>
		<description><![CDATA[
How to hide your top friends on MySpace 2.0?

 Question: 
Xenia asks: What&#8217;s up? I was wondering whether i can hide all my tops on MySpace 2.0. Any codes are appreciated upfront.
 Answer: 
 Thanks for your question, Xenia. Hiding your tops on MySpace is fairly simple. I usually recommend to do it with some [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>How to hide your top friends on MySpace 2.0?</h2>
</p>
<p> <b>Question:</b> </p>
<p>Xenia asks: What&#8217;s up? I was wondering whether i can hide all my tops on MySpace 2.0. Any codes are appreciated upfront.</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Xenia. Hiding your tops on MySpace is fairly simple. I usually recommend to do it with some CSS code that i apply to my MySpace profile web page.</p>
<p> Grab your code from the widget below (by clicking the Copy button) and paste it into your MySpace profile CSS section.</p>
<p> <center> <textarea id="CSS_Code" style="display: none">div.friendSpaceModule {display:none;} </textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p>
<p> You can also manually copy the code from below and paste it on MySpace: </p>
<p>
<pre><code>

/* Code to hide tops  */

div.friendSpaceModule {display:none;} 

</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/08/23/how-to-hide-top-friends-on-myspace-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide orange words on MySpace?</title>
		<link>http://www.avirtualexit.com/2009/07/17/hide-orange-words/</link>
		<comments>http://www.avirtualexit.com/2009/07/17/hide-orange-words/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 06:50:11 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=1028</guid>
		<description><![CDATA[
CSS code to hide orange wording on MySpace

 Question: 
Tom asks: I was wondering whether there is a code that will allow me to hide the orange titles of the different sections on MySpace (you know.. Blurbs, Friends space, Friends comments etc&#8217;)&#8230;
 Answer: 
 Thanks for your question, Tom. Sure there is. Feel free to [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>CSS code to hide orange wording on MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Tom asks: I was wondering whether there is a code that will allow me to hide the orange titles of the different sections on MySpace (you know.. Blurbs, Friends space, Friends comments etc&#8217;)&#8230;</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Tom. Sure there is. Feel free to go ahead and grab the following simple chunk of CSS code that will allow you to hide the orange title words on MySpace from the widget below (by clicking the Copy button) and paste it into your MySpace profile About Me section: </p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>.orangetext15{display:none;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p>
<p> You might also look into our tutorial on <a href="http://www.avirtualexit.com/2007/09/28/how-to-hide-the-orange-bars-on-myspace/" rel="nofollow">hiding the orange bars on MySpace</a>.Feel free to post a comment if you need any further help..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/07/17/hide-orange-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the about me box on MySpace</title>
		<link>http://www.avirtualexit.com/2009/04/27/remove-about-me-box-on-myspace/</link>
		<comments>http://www.avirtualexit.com/2009/04/27/remove-about-me-box-on-myspace/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 21:00:06 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=980</guid>
		<description><![CDATA[
Code to hide about me section on MySpace

 Question: 
Carlie asks: Hey What&#8217;s up? Any codes that will allow me remove the about me and who i&#8217;d like to meet box on MySpace?
 Answer: 
 Thanks for your question, Carlie. The CSS code that you should use to hide your About Me and meet sections [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Code to hide about me section on MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Carlie asks: Hey What&#8217;s up? Any codes that will allow me remove the about me and who i&#8217;d like to meet box on MySpace?</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Carlie. The CSS code that you should use to hide your About Me and meet sections depends on the version of your MySpace profile. Assuming that you are on v 1.0, go ahead and grab the following code and paste it in your about me text.</p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>table.blurbs {display:none;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p>If you are on MySpace 2.0 grab the following <a href="http://www.avirtualexit.com/2008/12/13/hide-blurbs-text-on-myspace/" rel="nofollow">code</a>.</p>
<p>Enjoy <img src='http://www.avirtualexit.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/27/remove-about-me-box-on-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding every table and box on MySpace</title>
		<link>http://www.avirtualexit.com/2009/04/24/hide-everything-code-myspace/</link>
		<comments>http://www.avirtualexit.com/2009/04/24/hide-everything-code-myspace/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:27:28 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=974</guid>
		<description><![CDATA[
Codes to hide all MySpace box sections

 Question: 
David asks: Are you aware of some code i can use in order to hide all MySpace sections?
 Answer: 
 Thanks for your question, David. You can use CSS code in order to hide everything on MySpace. Assumming you use the traditional MySpace profile, I suggest that [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Codes to hide all MySpace box sections</h2>
</p>
<p> <b>Question:</b> </p>
<p>David asks: Are you aware of some code i can use in order to hide all MySpace sections?</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, David. You can use CSS code in order to hide everything on MySpace. Assumming you use the traditional MySpace profile, I suggest that you look into this <a href="http://www.avirtualexit.com/2008/04/04/hide-everything-on-myspace/" rel="nofollow">post</a> and implement the provided code in the About Me section of your MySpace profile. Feel free to post a comment in case something nothing work for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/24/hide-everything-code-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code to hide your profile information</title>
		<link>http://www.avirtualexit.com/2009/04/17/hide-profile-information/</link>
		<comments>http://www.avirtualexit.com/2009/04/17/hide-profile-information/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:00:48 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=967</guid>
		<description><![CDATA[
Code to hide your profile info on MySpace

 Question: 
Donna asks: I just searched your web site to find some code to hide the profile headline box (you know, the one with the personal details, mood, gender, city, country and so forth) on classic  MySpace, and doesn&#8217;t seem to fin it. Can you point [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Code to hide your profile info on MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Donna asks: I just searched your web site to find some code to hide the profile headline box (you know, the one with the personal details, mood, gender, city, country and so forth) on classic  MySpace, and doesn&#8217;t seem to fin it. Can you point me to the required code?</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Donna. Sure no probs. </p>
<p> Go ahead and grab the code from below (by hitting the Copy button) and  paste it into your MySpace profile About Me section: </p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>.profileInfo{display:none;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/17/hide-profile-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flipping the MySpace profile</title>
		<link>http://www.avirtualexit.com/2009/04/09/flipping-myspace-profile/</link>
		<comments>http://www.avirtualexit.com/2009/04/09/flipping-myspace-profile/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 21:00:11 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=959</guid>
		<description><![CDATA[
Code to flip your MySpace profile

 Question: 
Lila asks: hi..i just wanted to find a myspace code for flipping my page.thanks!
 Answer: 
 Thanks for this question , Lila. 
 If you are using the traditional MySpace 1.0 profile, you&#8217;ll be able to flip your MySpace profile web page quite easily. Go ahead and grab [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Code to flip your MySpace profile</h2>
</p>
<p> <b>Question:</b> </p>
<p>Lila asks: hi..i just wanted to find a myspace code for flipping my page.thanks!</p>
<p> <b>Answer:</b> </p>
<p> Thanks for this question , Lila. </p>
<p> If you are using the traditional MySpace 1.0 profile, you&#8217;ll be able to flip your MySpace profile web page quite easily. Go ahead and grab the required CSS code from the widget below (by clicking the Copy button) and paste it into your MySpace profile About Me section: </p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>table {direction:rtl;} table table table {direction:ltr;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/09/flipping-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove your schools on MySpace</title>
		<link>http://www.avirtualexit.com/2009/04/05/remove-your-schools-on-myspace/</link>
		<comments>http://www.avirtualexit.com/2009/04/05/remove-your-schools-on-myspace/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:00:55 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=952</guid>
		<description><![CDATA[
Code to hide or remove your schools from MySpace

 Question: 
Willy asks: I am looking for the code to remove my schools on my &#8220;legacy&#8221; MySpace profile web page. For some reason, i didn&#8217;t find one so far. Can you help with this?
 Answer: 
 Thanks for your question, Willy.  Hiding or removing your [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Code to hide or remove your schools from MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Willy asks: I am looking for the code to remove my schools on my &#8220;legacy&#8221; MySpace profile web page. For some reason, i didn&#8217;t find one so far. Can you help with this?</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Willy.  Hiding or removing your schools is a thing many MySpacers do.</p>
<p> Please go ahead and grab the required CSS code for getting rid of your school section (by clicking the Copy button) and paste it into your MySpace profile About Me section: </p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>.userProfileSchool {display: none;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
<p> You might want to look also into this tutorial that will help you to <a href="http://www.avirtualexit.com/2007/12/30/hide-myspace-details/">hide your MySpace details</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/05/remove-your-schools-on-myspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding your friends space list on MySpace</title>
		<link>http://www.avirtualexit.com/2009/04/04/hiding-friends-list-myspace/</link>
		<comments>http://www.avirtualexit.com/2009/04/04/hiding-friends-list-myspace/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:00:10 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=949</guid>
		<description><![CDATA[
Code to hide your friends list on MySpace

 Question: 
Nikko asks: Can you provide some guidance on how to remove my friends list on MySpace? BTW, i use MySpace version 1.0.
 Answer: 
 Thanks for your question, Nikko. You can easily hide the list of your top friends shown in the friends area of your [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Code to hide your friends list on MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Nikko asks: Can you provide some guidance on how to remove my friends list on MySpace? BTW, i use MySpace version 1.0.</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Nikko. You can easily hide the list of your top friends shown in the friends area of your MySpace profile using a small piece of CSS code that you can apply into your bout Me section.</p>
<p> Please go ahead a just grab it (by clicking on Copy) from the following widget and then paste it in your About Me: </p>
<p> <center> <textarea id="CSS_Code" style="display: none"><style>table.friendSpace{display:none;}</style></textarea> <div id="divWildfirePost"></div><script src="http://cdn.gigya.com/wildfire/js/wfapiv2.js"></script><script> var pconf={ defaultContent: 'CSS_Code', UIConfig: '<config><display showEmail="true" showBookmark="true" showCodeBox="true" networksToShow="" /></config>', offerTypes: "afterPost" }; Wildfire.initPost('196711', 'divWildfirePost', 400, 200, pconf);</script> </center> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/04/hiding-friends-list-myspace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove links to top friends on MySpace</title>
		<link>http://www.avirtualexit.com/2009/04/01/936/</link>
		<comments>http://www.avirtualexit.com/2009/04/01/936/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:00:52 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
				<category><![CDATA[Hide MySpace stuff]]></category>
		<category><![CDATA[MySpace]]></category>

		<guid isPermaLink="false">http://www.avirtualexit.com/?p=936</guid>
		<description><![CDATA[
Hiding links to friends on MySpace

 Question: 
Brandi asks: I want to disable the top friend pictures on my page so that other people cant get linked to their profiles&#8230; Is that possible??
 Answer: 
 Thanks for your question, Brandi. If i understood it correctly, your question is actually how you can remove links to [...]]]></description>
			<content:encoded><![CDATA[<p>
<h2>Hiding links to friends on MySpace</h2>
</p>
<p> <b>Question:</b> </p>
<p>Brandi asks: I want to disable the top friend pictures on my page so that other people cant get linked to their profiles&#8230; Is that possible??</p>
<p> <b>Answer:</b> </p>
<p> Thanks for your question, Brandi. If i understood it correctly, your question is actually how you can remove links to your top friends profiles from your profile. I have provided the required CSS code to implement this small tweak in this <a href="http://www.avirtualexit.com/2007/09/28/how-to-hide-links-to-friends-profiles-on-myspace/" rel="nofollow" target="_blank">hide friends links tutorial</a>.Please follow the instructions i have provided, and post a comment in case of questions <img src='http://www.avirtualexit.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.avirtualexit.com/2009/04/01/936/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.532 seconds -->
