Your Ad Here

How to hide everything on your myspace profile (including music player!!!) Pt 1


Hide everything on your myspace profile (including music player!!!) Pt 1
March 13th, 2007
***************************************************************
ADDENDUM: I didn’t think about this before, but it’s been brought to my attention that some of you may just flat out want to turn off your profile. I have to warn you, that if myspace finds your profile with ads turned off, they’ll cancel your account. It’s free, so you can always sign up again, but it’s a real pain, and you will likely not get your user name back. However, if you so desire, it’s one line of css, and that line is:

table, tr, td, embed, object {display: none;}

Now, back to the regular stuff…
***************************************************************

This doesn’t create a div overlay, it’ just turns everything off so you can do the work designing the whole page yourself. njoi!

Copy the following code starting here —>>

embed, object {
display:none;
}

.contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12,.btext, .redtext, .redbtext {
display:none;
height: 0 !important;
visibility:hidden;
}

td td td td {
border:0px;width:0px;text-align:left;
}

table,td {
padding:0px;
width:0;
background-color:transparent;
}

table table table {
padding:1px;
height:.01%;
width:100%;
}

table table,table table table table,table,tr,td {
height:0px !important;
border:0px !important;
}

a.text,table div font a,table div div,.navbar font,tr td font {
visibility:hidden;
display:none;
height:0px !important;
}

table table table table,table table table table td.text, td.text td.text table {
display:none;
}

td.text table table {
display:inline;
visibility:visible;
}

table td table tr td.text table {
visibility:hidden;
}

table td table tr td.text table table,table td table tr td.text table table td.text {
visibility:visible;
}

THIS and here is what it turned out to look like. THIS

So please help. Thanks

TG Says:
June 28th, 2007 at 3:07 am
is there a way you can do that but just show to contact table? my email is tgprospect@yahoo.com

Hannah Says:
June 28th, 2007 at 6:07 pm
Fabulous! However, is there a way to NOT HIDE the advertisement? I don’t mind it floating at the top at all. Which line of css hides the ad?

Hannah Says:
June 28th, 2007 at 6:48 pm
I went ahead and tried to whip up my own code to HIDE EVERYTHING EXCEPT THE ADVERT. It seems to be working! =D But could anyone please help me get rid of those | | | marks below the ad? I can’t make them go away no matter what I do.

Here’s my CSS:

font, .nametext, .text, .btext, .redtext, .redbtext, .lightbluetext8, .blacktext10, .blacktext12, .whitetext12, .orangetext15 {display: none!important; visibility: hidden;}

a.redlink:link, a.redlink:visited, a.redlink:hover, a.redlink:active, a.navbar:link, a.navbar:visited, a.navbar:hover, a.navbar:active, a.text:link, a.text:visited, a.text:hover, a.text:active, u {display: none!important;}

table table td, table table table table td, table table table, table table table table {display: none!important;}

table, td {border: none; border-width: 0; background-color: transparent;}

body div table td form img {display: none!important;}
body div table td form option {display: none!important;}
body div table td form select {display: none!important;}
body div table td form input {display: none!important;}

Shin Zaiaku Says:
June 28th, 2007 at 10:34 pm
I know you here alot of people warning you about removing the advertisement can get your account removed but I removed the advert from my profile for over 2 years now and my account is still there. I think its more of a deterent then anything.

Michelle Says:
June 29th, 2007 at 9:29 am
I am LOVING this code, but like some others, I’d rather not risk my account. I don’t really have that much of a problem with the ad being at the top of the page… so is there a way to hide EVERYTHING BUT the advertisement?

Tobi Says:
July 2nd, 2007 at 12:27 pm
it doesn’t completely work, if you could help me that would be great!- tubby_1@hotmail.co.uk
thanks

Michelle Says:
July 2nd, 2007 at 12:49 pm
Ignore my comment, I just realised the advert shows up sometimes. =)

Zaiaku Says:
July 3rd, 2007 at 9:19 pm
Myspace really only look on realy popular profiles and some band profiles mostly. If yours isnt all that popular don’t worry about removing the ads.

devdavad Says:
July 6th, 2007 at 6:47 am
Thank you!

haley Says:
July 7th, 2007 at 10:38 pm
hey i used that code to hide everything but when i go to my page, it just shows my background.i want it to have an add button, a home button, a pic button, a message button, and a comment button.
but i dont want them to be in buttons, i just want them to be links.
and also i want there to be a picture on it with some writing buuut, i cant copy paste anything!!!
it doesnt show up!!!
I NEED HELP!!!
i want to create a profile from scratch.
i wouls TOTALLY apprecite it (:

haley Says:
July 7th, 2007 at 10:38 pm
my URL is http://www.myspace.com/i_want_my_zachary
thanks

Zaiaku Says:
July 8th, 2007 at 1:02 am
Looks asthough you was able to fix it. I’m saying that becuase I’m seeing more then a baccground.

Andrew Fashion Says:
July 13th, 2007 at 3:08 am
I Like Makeup!CHECK OUT MY SITE!!!!

jane Says:
July 14th, 2007 at 11:38 am
i used the code and now my marquees wont work or my div boxes that are inside of my main div box, besides that i love it, but can anyone help me with the marquee and div boxes not working plz?

Zaiaku Says:
July 14th, 2007 at 12:45 pm
Jane,
try placing a table with border=0 around the marque.

jane Says:
July 14th, 2007 at 1:40 pm
well it already has a border basially now its just a blue box with a gray border and it used to have green text in it

vincent Says:
July 15th, 2007 at 10:45 am
wellll when i type something it goes off to one side id like to be able to keep it in the middle how?

steve Says:
July 15th, 2007 at 2:52 pm
the code works and everything, but i want the music player. i tried deleting various parts of the code in an attempt to make the music player to appear, but it was to no success.

what do i do?

thanks

somobody Says:
July 17th, 2007 at 11:37 pm
i have a problem, i can’t put anything there is the profile gray and i can’t put anything u_u”

Zaiaku Says:
July 18th, 2007 at 6:05 pm
After using the code, you can use another css code with a layer of +1 and display whatever you would like. Basically placing whatever you want on top.

liz Says:
July 20th, 2007 at 9:44 am
i need a code to hide that advertisement in top of your myspace profile, do u know the code for that
thanks

Kyle Says:
July 20th, 2007 at 8:23 pm
Wow, very cool!
Thanks!

anna Says:
July 21st, 2007 at 8:58 am
this is awesome
thanks heaps.
it was the only code that hid my music player.
job well done
thanks again!

Katelyn. Says:
July 21st, 2007 at 5:46 pm
OK WTF I WANT A CODE JUST TO HIDE ADVERTISEMENT WHY WONT ANYBODY GIVE THAT TO ME!!?!?!???!!?!?!?!??!?!

=[[

Zaiaku Says:
July 21st, 2007 at 7:30 pm
Katelyn,
The reason is becuase there are only 2 codes that I know will hide the advertisements. Atleast I only have 2 of them. If anyone shares them, tons of people are going to start using them. The Myspace will make changes so the code doesn’t work any more.

You also may hear that if you remove the ads from you profile myspace.com will delete your account. I really don’t know how true this is, but they proably will never find your account. They haven’t found out that I have been hiding the ads for over 3 years now. there atleast 500 accounts made a day, and people are usually change there accounts often, so what’s the chances of them just casually finding out. But you know how people can be sometimes and just hate on you so your account gets deleted.

Hope this gets you to understand why the codes for that aren’t publicized all over.

Jack Says:
July 23rd, 2007 at 1:08 am
thank’s you say my day! I was looking for this for a long time!!! SO I can re-design the whole page. =]

Ryan Says:
July 23rd, 2007 at 1:31 am
Ok, I’ve pasted the code in the ‘about me’ section. Simple enough, I know. The page is blank, without anything on it now. So, how do make my own html/css codes show up over the blank page? If you answer this, I’d appreciate a code. If it’s too difficult, just say so. Thanks.

nnenna Says:
July 24th, 2007 at 12:39 am
ok so do yall know of a code that can hide your comments and your i think it is view comments buttons but keep the add comment button?

Mark Says:
July 25th, 2007 at 1:22 am
Ok..
Now i got the code in.
alls that shows up is my about me which says haha.
Now i want to start adding shit.
So…
Im kinda confused.
If i wanted to add my picture what would i do?

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=85957194

Zaiaku Says:
July 25th, 2007 at 3:56 am
You must of removed the code becuase I’m not seeing it in your page.

Dany Says:
July 26th, 2007 at 5:37 am
Okay. Can you give me some tips on how to do all this? Putting my friends back on there, how to add a coool background, and make it where my friends can goto their home, message me, comment me and see my pictures. Also how can other members add me?
I’m really confused.

Zaiaku Says:
July 26th, 2007 at 2:13 pm
Dany,
It Seems it would be easier for you instead of removing everything and then trying to add things bacc. Why not start all over and just remove the parts of the profile you don’t want.

Kaeightee Says:
July 27th, 2007 at 9:14 am
Hey, how do you use this, and then put in a div overlay?

Can’t quite figure it out.

Zaiaku Says:
July 27th, 2007 at 4:43 pm
You use a Div overlay, specify the size and location. Also remember to give your layer with atleast a 2 so that it shows up on top of the baccground you want to use.

Katie Says:
July 31st, 2007 at 4:03 pm
I need a code for making your own DIV overlay;
one that is simple..and easy to follow.

Sean Says:
July 31st, 2007 at 4:14 pm
Great.
But now my background isnt showing on firefox…
What im trying to do is make a Background image for a homepage.this was the only way i could figure out how to do it.
so if i generated a background image and placed it with the hide code, will it show the image ?

Sean Says:
July 31st, 2007 at 6:05 pm
if theres any other alternative, other than hiding everything on myspace and viewing profile as a homepage please tell me.
all i want is a wallpaper to show up when i open firefox.
if anyone has a suggestion email me at
x.is.that.okay@gmail

Vincent Says:
August 1st, 2007 at 5:05 am
But i know some friends who had a myspace without any ads anywhere for months now and its not deleted so your saying if your a guy it will get deleted since tom is a girl hunter? no offense but i think this is stupid how they delete you when a ad is removed.

Zaiaku Says:
August 1st, 2007 at 1:11 pm
I agree it stupid when an ad is removed, but that’s how myspace wants to do it.

kim Says:
August 2nd, 2007 at 10:23 pm
hmm i got a better code
and i know how to do the links because i roleplay
and i learn stuff when i roleplay so yeahh

Evan Says:
August 4th, 2007 at 7:57 pm
Ok. I’m in desperate mode right now. I have made an image in photoshop with hyperlinks and such (not my point). I want to hide EVERYTHING except the top ad and apply this in the center page. I know it’s possible because I have a friend on myspace that has such a profile www.myspace.com/eljuma711. He isn’t so nice as to share his codes with me so I have been searching for such a code for DAYS now. Please help.

E-mail me with your response.
Thank you.

Zaiaku Says:
August 5th, 2007 at 12:53 am
Is noone of the comments going through?

Zaiaku Says:
August 5th, 2007 at 12:59 am
I can’t get any code to show up on here. I try posting it different ways and none would go through.

Dub Says:
August 5th, 2007 at 9:15 pm
Hey
Basically all I want is a flashing background with the music player hidden but playing.
I’m not bothered about the ads.

What do I do?

Zaiaku Says:
August 6th, 2007 at 2:01 am
Dub

tr {background-color:transparent;}
body table div font {background-image:url(URL HERE); display:block; font-size:0px; letter-spacing:-1000px; width:800px; height:100px; position:relative; top:-50px;}

Zaiaku Says:
August 6th, 2007 at 2:02 am
Remeber to use the script tags before and after

Dub Says:
August 6th, 2007 at 10:51 am
I tried it man and it doesnt work…

Do you just have to put first with at the end?

Thanks anyways

Dub Says:
August 6th, 2007 at 10:51 am
I tried it man and it doesnt work…

Do you just have to put styletype=text/css first with / style at the end?

Thanks anyways

Dub Says:
August 6th, 2007 at 11:55 am
Ah sorted it now
Tis weird how the track only plays in internet explorer but not firefox.

chantel Says:
August 7th, 2007 at 9:32 am
I WANNA NO HOW YOU HIDE YOUR COMMENTS WHEN YOU HAVE A BAND MYSPACE PROFLIE …?

PLEASE LET ME NO

Christopher Says:
August 7th, 2007 at 12:42 pm
I appreciate this code you have given us, although could you help me get a code to enable the use of embeded videos and such, thank-you. Chris

Zaiaku Says:
August 7th, 2007 at 7:44 pm
Chris embeding video is simple.

(EMBED SRC=”URL.to.Video”)(/EMBED)

Make sure to change the parenthesis.

Zaiaku Says:
August 7th, 2007 at 7:47 pm
Chantel

try putting this in About Me:

(style)td td td td table {display:none;}.btext, .redlink{display:none;}(/style)

remember to change parenthis

Christopher Says:
August 8th, 2007 at 10:25 am
Thank you, but I know how to embed videos - what I meant to say was that if I use the code it hides the video, is there any way I can over come this problem?
I think you have to delete some of the code, that’s my guess. Thanks again - Chris.

gabrielle Says:
August 8th, 2007 at 3:48 pm
thanks

Zaiaku Says:
August 9th, 2007 at 2:54 am
I’m not sure if you can’t in IE ut if FF not you can’t hide a video. But you can make it almost hidden. just set the width=1 and height=1.

Correction actually you can hide a video completely but it would take way too long to explain how. So just set the hieght and width to 1 and make it super small.

austin Says:
August 10th, 2007 at 3:38 am
ummm i was wonderin…can you tell me the code to hade everything but your “sent comment” thing? i guess i could fig it out…but im really lazy like that ^.^ thankie

austin Says:
August 10th, 2007 at 3:38 am
hide** sorry…

Zaiaku Says:
August 10th, 2007 at 2:55 pm
Hide everything on you profile but the add comment?

If that is what you asking it would be easier just to use the hide profile and then just add a link to “add comment”. Alot less coding.

Jorda Says:
August 12th, 2007 at 5:42 pm
Was wondering can you change the colour from grey to black or something ? thanks

jose Says:
August 15th, 2007 at 6:27 pm
how can i hide all the top links except for my home link on my myspace profile?

BJ Says:
August 21st, 2007 at 9:34 pm
How can I hide everything but the music!?!

-Thanks if u can help me

SHANNON Says:
August 22nd, 2007 at 5:56 pm
IS THERE ANYWAY YOU CAN DELETE YOUR AGE SEX AND LOACATION BUT KEEP YOUR QUOTE AND LAST LOGIN?

Zaiaku Says:
August 23rd, 2007 at 5:02 pm
BJ you have have to use alot of seperate codes to do that.

Shannon I don’t think so. Never really tried but never seen anyone do that either.

Jade Says:
August 23rd, 2007 at 6:39 pm
Hey,
Well For Days I Have Been Searching For A Myspace Code To Hide All Of The Profile, Except Just A Picture I Made On Paint Shop Pro, With Links On The Picture Etc.
Please Email Me With Reply As Soon As Possible,
Preferbly Before I Get So Annoyed And Pull All My Hair Out.

Thankyouu :D
JAD3@hotmail.co.uk

x

BlackRicoh Says:
August 24th, 2007 at 8:38 am
Can someone tell me where in the full code at the top it hides the ads. That’s all I want back out of it

Kristin Says:
August 25th, 2007 at 2:29 am
I need your help please-I used your code above to remove the ads from our band profile and it erased the band music box with all of our 4 songs we had on the page-what can we do to continue to use the code and still keep our songs.

Anonymous Says:
August 29th, 2007 at 4:22 pm
Great Post!

KayKay Says:
September 2nd, 2007 at 4:20 pm
Hi! this site really helped me! i just have one question. i used the code to hide everything on my myspace and it worked but i just want to be able to have text on my page. anything i put in my about me doesnt show. how to i make some things show?

matt wright Says:
September 8th, 2007 at 4:05 am
hey, i was wondering if its possible to hide everything on my profile but leave some pictures with links on them. if so could you please email me on bondi_69@hotmail.com to tell me how. cheers

WeSupport Says:
September 9th, 2007 at 11:15 pm
works great :)
thank you.

MyMy Says:
September 15th, 2007 at 8:42 am
hey i got everything off now how do i put my own cool stuff on there help plz plz plz

MyMy Says:
September 15th, 2007 at 9:03 am
is n e one there>

Zaiaku Says:
September 15th, 2007 at 11:18 pm
you make a CSS layer and place you coding in that.

Lia Says:
September 16th, 2007 at 3:48 pm
I used the code, but the text and whatnot is not showing up. Where am I supposed to add what I want written?

Lia Says:
September 16th, 2007 at 4:12 pm
Actually, I figured this out on my own. You can’t have any HTML/CSS before your text. Odd, but okay. Well, thank you for the code! :)

matt wright Says:
September 17th, 2007 at 7:17 am
what is a css layer?

rockstarnewyork Says:
September 19th, 2007 at 3:01 am
how does one hide the calendar or even just a few events listed?

1inamillion Says:
September 27th, 2007 at 1:44 pm
I TURNED OFF MY WHOLE PROFILE WITH THE CODE BUT IT WONT LET ME HAVE MY FRIENDS LIST AND COMMENTS IN A DIV SCROLL BAR DO YOU KNOW HOW TO DO IT??? THANKS!!!!!!!

britt Says:
September 27th, 2007 at 7:31 pm
somehow all the links on the top of my page dissapeared.. how do I at least get my “home” link back?

ebony Says:
October 5th, 2007 at 10:34 pm
i don’t know if u addressed the EMBED video part …but in order for anything EMBED to work..you have to find in the code the section where it says (at the top..the first code)

embed, object {
display:none;
}

REMOVE the word “none”..and leave it like display:none;

michelleee Says:
October 6th, 2007 at 10:09 pm
this code worked pro mate.
but im putting in an about me section.
im trying to change the font colour, size, etc.
but it aint working.

help?

Lauriux Says:
October 10th, 2007 at 4:47 pm
i want to know what kode i kould use in myspace to low the profile and put a header before the advertisements?? or right after the home, browse, etc. links like in myspace.com/atreyurocks or myspace.com/valeria how kan i do that?? please tell me :( conejitotrix_pf@hotmail.com

Leave a Reply
Name (required)

Mail (will not be published) (required)

Website


Addicting Games! Play thousands of free online games that are addicting and free live online game

Discuss









Play Games


Anime


Cool Sites




Copyright 2009 Hazaa.tv, All rights reserved. Terms of Use | Privacy Policy