Development And Design For Wordpress And The Web

  


Posted on Jul 2, 2008 With 97 Comments

Hide Ads On Myspace

I got a question today about how to hide the ads in MySpace. Since Myspace just changed pretty much all the coding on the site some of you that have fixed up profiles may have noticed a few major changes. You used to be able to hide the ads in MySpace pretty easy. Well guess what you still can :). I am also planing on writing some nice tutorials on modifying your Myspace profile very soon. Since Myspace changed a few days ago when you hide the ads it will also hide the top navigation.

UPDATE: Ok I now have 2 ways you can do this. One will keep the menu and the other will get rid over the entire top header section (the blue part).

Demo

Here is a demo for the code to hide your ads but keep the menu. Here  

Code

*Get rid of everything

<style>
.clearfix {
display:none !important;
position:absolute!important;
}
</style>

*Keep the menu

<style>
.clearfix {
margin-top: -100px;
}
</style>

Donations

If you find this, or anything on Jerico Systems useful please help by giving a donation. It can be in any amount and will help me continue to bring you great content.

Advertisments

97 Responses to “Hide Ads On Myspace”

  1. MyAvatars 0.2 sarah Says:

    do you know a code that will hide the ads, while keeping the navigation for the new look myspace?

  2. MyAvatars 0.2 Eric Hamby Says:
    Not yet. I am still working on a way to do this that will be easy for most users though. Ill post when i have something so keep an eye out.

    ** There is now a way to keep the menu. Please see code above

  3. MyAvatars 0.2 caroline Says:

    omfgz, i love you. C:

  4. MyAvatars 0.2 Rocio Says:

    Thanks a lot for the code!
    It worked great :)

  5. MyAvatars 0.2 Eric Hamby Says:
    Thanks for the comments :)
  6. MyAvatars 0.2 Malena Says:

    OMG Eric!
    You save my day!

    Hahahahahaha

    Kisses!
    I’ll be waiting the other code.

  7. MyAvatars 0.2 Eric Hamby Says:
    :)

    I have included the code for keeping the menu above. Thanks for the comments and feel free to leave a ton more :)

    I added a Myspace profile div overlay at http://jericosystems.com/2008/07/06/myspace-overlay-one/

    Also let me know if you have any more questions or problems.

    I cant believe I haven’t heard from Myspace about this yet lol.

  8. MyAvatars 0.2 Lizz Buckler Says:

    Thank you so much! I knew someone could outsmart myspace. (:

  9. MyAvatars 0.2 Anon Says:

    Thank you SOSOSOSOSOSOOOOOOOOOOO much :D

  10. MyAvatars 0.2 Nella Bella; Says:

    Thaaanks, yo. Can they still delete my profile when I use this, or what?

  11. MyAvatars 0.2 Eric Hamby Says:
    @ Anon, Your very welcome. hope you enjoy.

    @ Nella, Yes your profile can still get deleted. Though i have been hiding the ads on mine for over 2 years and have yet to be deleted.

  12. MyAvatars 0.2 STEPHANIE Says:

    _OOh My gOD ii FUKiN LoVE yOUh iT WORKES pERfE3CT !._

  13. MyAvatars 0.2 amanda Says:

    OMG this really works thank you Jerico System
    i hope you keep this posted up
    and keep up the updates good job
    you should make you own my space page
    with all of you HTML s…
    these are just my dumb advices
    but you should try…

    sincerely,
    Amanda Yang

  14. MyAvatars 0.2 Eric Hamby Says:
    Glad everyone likes this. What else would you myspacers like to see?
  15. MyAvatars 0.2 Joel Says:

    Hey.
    On my myspace I have a photo at the very top of the page.
    id like to get rid of the ads like this code does, but have my picutre at the very top still.
    Cheers! Joel

  16. MyAvatars 0.2 Jade Says:

    you are the best!!

  17. MyAvatars 0.2 Eric Hamby Says:
    @ Joel: Are you talking about like a band page? Without seeing what your talking about its hard to say.

    @ Jade: Thanks :)

  18. MyAvatars 0.2 Joel Says:

    Yeah sorry. That’s exactly right, like on a lot of band pages.
    See http://www.myspace.com/schickel, I’d like the picture at the very top but I’d like to remove the ad below it.
    Thanks mate. Joel

  19. MyAvatars 0.2 Eric Hamby Says:
    @ Joel: Without having a band profile or something of the sort i cant say for sure, however. The code is only made to edit the code used to make the blue sections on the header of the profile. I can see no reason to think that the first code above would edit out the pictures above the header so this would should be fine to use. The second code i give that is used to keep the menu will delete the picture above the header has it will move it out of range. If you want to keep the menu but keep the picture im sure i could come up with a way to do this.
  20. MyAvatars 0.2 Steve Says:

    Hi. Thanks for this code.
    I was wondering though if you can help me with the music player…

    I have a code that puts the music player top left, and then i can adjust the numbers to move it out from the left or top.
    What I’d like is to make the music player center like this band…
    http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=3514282
    I know there’s a lot more going on with this bands profile, but if I could get a code to make the player stay center that would be a big help!
    Thanks! Steve

  21. MyAvatars 0.2 Eric Hamby Says:
    @ Steve: Hello Steve and thanks for the comment. As for the media player i would be glad to help. Below is a code to get you started in moving your player around. Remember that you may have to play with these number a bit to get it perfect for your current layout. This will make it center though :)

    <style type=”text/css”>
    object {position:absolute; top:64px; left:50%; margin-left:-228px; z-index:9;}
    </style>

    I hope this helps you and gets you started in the right direction. If you have any more questions or problems fell free to ask.

  22. MyAvatars 0.2 chelsea Says:

    Thanks!
    You rock.
    For a second there, I thought I was screwed..
    :)

  23. MyAvatars 0.2 Des Says:

    This helped so much. I make DIV overlay layouts all the time. And the ad always messes up my cool designs. I am glad for people like you who like helping with small problems. Thanks. :)

  24. MyAvatars 0.2 Steve Says:

    Thanks Eric!! It worked well as far as positioning and looks, but there’s a problem, the player wont play.

    I’ve used the following code to set up the Music Player the way I wanted.

    table table embed {display:block; width:450px; height:345px; position:absolute; top:64px; left:50%; margin-left:-228px; z-index:9; visibility:visible;}

    Is there anything in this code that would deactivate the player from playing?

  25. MyAvatars 0.2 Steve Says:

    I figured out if I change ‘position:’ to relative instead of absolute the player works, but it’s then moved position too far down the screen.
    This is page I’m trying to get right. http://www.myspace.com/schickel

    Thanks mate!
    Steve

  26. MyAvatars 0.2 Eric Hamby Says:
    The code I gave you above is the same code that was on the link you gave me so it should work ok.

    I made a test account using the code I gave above.

    object {position:absolute; top:64px; left:50%; margin-left:-228px; z-index:9;}

    and the player still worked fine. You may have some other code on your profile that is blocking.

  27. MyAvatars 0.2 Steve Says:

    Thanks mate. I’ll try to sort it out then, I do have a lot of other code going on. lol
    Cheers!

  28. MyAvatars 0.2 Ashley Says:

    Thnx so much for the code it really saved my page! I cant stand those freakish ad’s!!!! lol TOTAL RECUSE!!! :-)

  29. MyAvatars 0.2 Eric Hamby Says:
    @ Steve: good luck, let me know how it goes.

    @ Ashley: No problem, I hate the ads also. Myspace seems to get more and more ads ever week. And with the captcha systems they have you cant do anything on the site any more. Most people try to make site easy for there users and Myspace seems to want to make it harder and harder every time they update.

  30. MyAvatars 0.2 Nicole Says:

    OMG! THANK YOU THANK YOU THANK YOU! I’ve been looking all over for this code, and you’re the only one with one that works.
    You make me uber happy! xD

  31. MyAvatars 0.2 michelle Says:

    THANKS FOR THIS CODE!!

    .clearfix {
    display:none !important;
    position:absolute!important;
    }

    it remove the sponsored links :)

  32. MyAvatars 0.2 Savannah Lynn Says:

    THANK YOU SO MUCH for tis code!
    I really needed it. (:
    It worked perfectly.
    Again, thanks.

  33. MyAvatars 0.2 Abby Says:

    THANK YOU!
    a link that actually works, and you make it so simple.
    thanks again!! :D

  34. MyAvatars 0.2 meagann. Says:

    thanks for the codeee (:

  35. MyAvatars 0.2 kirsty Says:

    thanks for the codee. (: i’ve been looking for one for agess. first one that’s worked. (:

  36. MyAvatars 0.2 Eric Says:
    No Problem. Its what im here for :)
  37. MyAvatars 0.2 Periwinklepwnage Says:

    This was extremely awesome to find this code. I had one before that hid the ads, but it also disabled my music player. THANKS FOR BEING AWESOME and finding a code that hides ONLY the ads. :D

  38. MyAvatars 0.2 Periwinklepwnage Says:

    I must also add though, I hope everyone knows that if you get caught with this code, your account will be DELETED because it is against the terms of agreement. lol But it’s not like they’re that efficient, they won’t catch ya. ;)

  39. MyAvatars 0.2 Eric Hamby Says:
    Mine hasn’t had ads for over 2 years and i haven’t been deleted yet. I didn’t mention you would get deleted because most people that want to hide ads already know this and the fact they would come here looking to find a way to do it means they don’t care about being deleted so why mention it. I also got tired of searching for a way to hide ads and all everyone would say is you would get deleted, so besides talking about getting deleted i just gave people what they want, a way to hide ads :)
  40. MyAvatars 0.2 Kelsey Says:

    Thanks so much :] I’ve been looking for this forever.

  41. MyAvatars 0.2 Dylan Says:

    dude i like…love u now…

  42. MyAvatars 0.2 charlie Says:

    oh mann
    thank you so much;
    this has been driving me crazy for a while now.

    thank youuu!!

    x

  43. MyAvatars 0.2 ALEJANDRA Says:

    OMGG THANK YOU SOO MUCH IVE BEEN LOOKING FER THAT CODE EVERYWHERE
    I TOTALLY LOVE YOU!!! NO JOKE LOL

  44. MyAvatars 0.2 MARIA Says:

    thank you!!!! i was looking for that code for a very long time <3

  45. MyAvatars 0.2 Luci Says:

    thanks a lot. I tried the code and it worked, but there seems to be a slight issue. I have a banner and after i put the code in it pushed my banner down covering a bit of my default picture. and i used the “keep the menu” code, but the menu was completely gone. when i tried the other the page was pushed down even more. any solution for me?

  46. MyAvatars 0.2 Eric Hamby Says:
    Do you have a “Music” profile?
  47. MyAvatars 0.2 Luci Says:

    i have a regular profile. maybe i’m putting the code in the wrong place? i put it at the top of my about me section. http://www.myspace.com/princesslucikai
    and do you know how i would remove that stupid banner in the left hand corner?
    and one more thing lol… why do i have “about me” twice??
    - confused

  48. MyAvatars 0.2 Luci Says:

    oh and i have that thing that says “web” right in the middle of my banner :[
    thank you for your help btw

  49. MyAvatars 0.2 Eric Hamby Says:
    Looking at your profile it looks as though you have some code issues. Somehting to try would be to remove all the code on your profile, save it, then put just the code here in it and see if the ads are gone. If this works you know it was the code on your pro and then you can start from there to go about fixing it.

    P.S - With your profile on private its hard to see whats going on ;)

  50. MyAvatars 0.2 Luci Says:

    lol
    i made it public now! tell me what you think again please.
    and i’ll try doing what you said.
    thanks again

  51. MyAvatars 0.2 MA SO FRESH Says:

    OMG UR DA BEST!!!!!!!!!!!!!!!!!!!!!! THANKZ FOR DA CODE!!!

  52. MyAvatars 0.2 cHelle Says:

    thanks alot!!
    i really needed
    this code..thanks to yu
    im happy!!! thank you thank you!! thank you!!

  53. MyAvatars 0.2 Eric Hamby Says:
    @ Luci:
    It still looks as though your current layout is messing with it. Did you try to take everything off but the code and see if it works?
  54. MyAvatars 0.2 alex Says:

    thanx but i need a code that will hide where i got my layouts or codes from cuz the take up more space than my actcual profile

  55. MyAvatars 0.2 Eric Hamby Says:
    In your layout code that you have there should be a DIV code. Take out the DIV table that contains the layout credits.
  56. MyAvatars 0.2 ßяιттαич Says:

    ahaha, your the freaking best! thank you for this code! :)

  57. MyAvatars 0.2 ßяιттαич Says:

    but i do have one question, after i put this code in, my whole profile turned like “uncentered”
    how do i re-center it?
    thanks! : )

  58. MyAvatars 0.2 Meg Says:

    Hey thanks s much that came in handy. :)

  59. MyAvatars 0.2 Megan Says:

    I hurd that if you use codes and removing myspace ads from your myspace, your myspace will get deleted? Is that true? Im scared to use it..lol

  60. MyAvatars 0.2 Eric Hamby Says:
    That is true, however i have had my ads removed for over 2 years and never got deleted.
  61. MyAvatars 0.2 aaron Says:

    Your code was perfect. Thank you

  62. MyAvatars 0.2 ruby riot™ Says:

    thank you so much!
    this was perfect!<333333

  63. MyAvatars 0.2 renzo Says:

    wow dude
    thx it works great!!

  64. MyAvatars 0.2 Прячем рекламу на myspace | Дизайн и не только Says:

    [...] Источник: Jerico Systems [...]

  65. MyAvatars 0.2 Bryanna Says:

    Seriously, you’re my favorite person at this point.
    The ads always made my page look trashy, to me.
    So, this is just perfect.
    Again, thank you.
    Also, do you have a code to completely center my about me, friends, and comments all in a column and get rid of everything else?
    It would really help alot.
    XD

    That sounds pretty stupid how I worded all of that, but I’m hoping you understand?

  66. MyAvatars 0.2 Bryanna Says:

    I would also like to have my music player centered too, if possible..
    Sorry for being complicated.
    XDD
    Thanks again.

  67. MyAvatars 0.2 Eric Hamby Says:
    To move your music player please see my tutorial located here

    http://jericosystems.com/2008/07/12/move-your-myspace-music-player/

  68. MyAvatars 0.2 megan Says:

    i know you said that yours hasn’t been deleted and youve been using it for 2 years, does that mean that mine won’t get deleted? coz i’m scared that i’ll lose all my friends and everything! i don’t wanna lose anything

  69. MyAvatars 0.2 nicole Says:

    thax so much for the comment ive been lookin for it =]]]

  70. MyAvatars 0.2 Eric Hamby Says:
    @ Megan

    According to Myspace T.O.S hiding your ads is reason for your profile to be deleted.

  71. MyAvatars 0.2 Bryanna Says:

    Thanks for the music code, but how about my About Me, Friends, and Comments?
    Do you have something to center those and just get rid of everything else?

  72. MyAvatars 0.2 Bryanna Says:

    See?
    wwww.myspace.com/bryannaxd
    I have it like I want it, but I want it centered instead of on the left..

  73. MyAvatars 0.2 Eric Hamby Says:
    I don’t have the code at the moment but i think a Google search might help you out, If you cant find it let me know and ill get something to you :)
  74. MyAvatars 0.2 leticia Says:

    so i herd if you hide ads then your myspace will get deleted?
    because its against myspace?
    am i right or no?

  75. MyAvatars 0.2 jailynn Says:

    i want to know how i can make my comments on myspace public ??

  76. MyAvatars 0.2 r o c u a n Says:

    thanx for the refined & concise code !
    it is refreshing to see someone take pride in their coding & keep it simple and clean.
    i used it along with the following

    remove your friends : .friendSpace { display: none; }
    remove the comments : .friendsComments { display:none; }

    now, the question is ( i may have missed it ) is there an easy hide for the
    about | FAQ | Terms & all rights reserved
    at the bottom of the page ?

  77. MyAvatars 0.2 r o c u a n Says:

    thanx for the refined & concise code !
    it is refreshing to see someone take pride in their coding & keep it simple and clean.
    i used it along with the following

    .friendSpace { display:none; }
    .friendsComments { display:none; }
    .userProfileURL { display:none; }
    .extendedNetwork { display:none; }
    .latestBlogEntry { display:none; }
    .interest { display:none; }

    now, the question is ( i may have missed it ) is there an easy hide for the
    about | FAQ | Terms & all rights reserved
    at the bottom of the page ?

  78. MyAvatars 0.2 Eric Hamby Says:
    @leticia: Yes you are correct and this has already been talked about a few times in the comments above.

    @jailynn: This is an option in myspace itself. Look around your options for it.

    @r o c u a n: hey and thanks for the comment. Has for the bottom links try this…

    <style type=”text/css”>
    table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}
    </style>

  79. MyAvatars 0.2 nudge Says:

    man.
    where to put the codes?

  80. MyAvatars 0.2 Eric Hamby Says:
    Place either code in the “about me” section
  81. MyAvatars 0.2 katie Says:

    okay well it works! but now how do i make my myspace in the center of the screen and not jolted at the top?

  82. MyAvatars 0.2 Eric Hamby Says:
    There is no way to do this. To hide the ads you have to move your profile up to place the ads behind where you cant see. if you move your profile back down youll see the ads again.
  83. MyAvatars 0.2 J.D. Says:

    Eric your code work is flawless. I hate to bother you, but I’m hoping you can help me. I implemented your codes which work great, but I see a ad on the top left that looks to be backward with the words MySpace Help on it.

    Is there anything you can do to help me get rid of it?

    http://www.myspace.com/princejadid

  84. MyAvatars 0.2 Eric Hamby Says:
    @ J.D:

    From what i can see you have 2 credit tables from maybe either your layout you have or another code you have gotten. the easy way to get rid of these is to right click and go to properties and get the image name, then search for the image name in your code and delete it. If you want to remove the whole credit table you need to remove not only the image but the div or table that contains it.

  85. MyAvatars 0.2 J.D. Says:

    That was awesome Eric, thanks!! Anything I can do to help, you let me know. I will send you a donation as soon as I update my PayPal account.

  86. MyAvatars 0.2 Tina Says:

    am i the only idiot who cant seem to get this to work
    copied & pasted to ‘about me’ in myspace…still there.
    deleted all other codes…still there
    logged out & back in…still there :(

  87. MyAvatars 0.2 Eric Hamby Says:
    @ Tina:

    Without seeing your pro its hard to say whats going on.

  88. MyAvatars 0.2 jen Says:

    thank you so much! this code is amazing!

  89. MyAvatars 0.2 GARRET! :) Says:

    Dood you rule. thanks. :)

  90. MyAvatars 0.2 vinaaa Says:

    thanks! it workeddd

  91. MyAvatars 0.2 Eric Hamby Says:
    Thanks
  92. MyAvatars 0.2 Nancy Says:

    OMG IT WORKED…
    BUT WOULDN’T THAT DELETE MY PROFILE???

  93. MyAvatars 0.2 xxxbronzeKnucklesfooxxx Says:

    thankx a ton dude Ive been looking for dis friggin code for over 3 months now lol
    I luv u!

  94. MyAvatars 0.2 Vuk Says:

    Hey i’ve had a code before and it was really good and it just got rid of the add but kept the search and kept the home and mail stuff,

    do you reckon u can make a code like that?
    Cheers mate

  95. MyAvatars 0.2 vuk Says:

    Hey i had a code before, that left the search box there and it left the home mail and profile stuff there aswell, but then i learned that your myspace would get deleted and then i learned that if no 1 reports you nothing will happen.

    so can you please make a code like that please?
    Cheers

  96. MyAvatars 0.2 Becca Says:

    thank you so much this helped loads,
    now my div layout looks great! :D

  97. MyAvatars 0.2 Matt Says:

    THANK YOU CHECK OUT MY PAGE SOMETIME AND GIVE ME SOME HINTS

Have Your Say

* Spam comments will be deleted.
* To get your picture on your comment sign up for Gravatar.

Contact

Eric Hamby
Royston, GA
706-245-9471
Support@JericoSystems.Com

Categories