MyGen Forums
August 01, 2010, 08:23:28 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Calendar Login Register  
Pages: [1] 2 3 ... 10   Go Down
  Print  
Author Topic: Hide Anything.....and yes I mean anything  (Read 57657 times)
0 Members and 1 Guest are viewing this topic.
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« on: September 12, 2007, 02:49:26 am »

Use these bad boys to hid almost anything on MySpace.
Put them in between
Code:
<style>but  put snippit here</style>


HIDE SEARCH BAR & SHORTCUTS:
Code:
div div select, div div form {display:none !important; visibility:none !important; position:absolute!important; top:-1000px !important;}
td div div select {display:none !important; visibility:none !important; width:0px !important; position:absolute !important; top:-1000px !important;}

HIDE NAV BAR:
Code:
table.navigationBar {display:none !important}

HIDE EXTENDED NETWORK:
Code:
.extendedNetwork {display:none;}
td.text br {display:none;}
.profileInfo td.text br, td.text table br {display:inline;}

HIDE BLOGS:
Code:
.a {hide only blogs}
.latestBlogEntry {display:none;}


HIDE ABOUT ME/I'D LIKE TO MEET TITLES:
Code:
.orangetext15 {display:none;}

HIDE ORANGE BARS:
Code:
.friendsComments td, .friendsComments td.text, .friendSpace table, .blurbs, .blurbs td.text {background-color:transparent; border:0px;}

HIDE FRIENDS/COMMENTS TITLES:
Code:
.FriendSpace .orangetext15, .FriendsComments .orangetext15 {display:none;}

HIDE TOP FRIENDS:
Code:
.FriendSpace table table table {display:none;}

HIDE NUMBER OF FRIENDS:
Code:
.FriendSpace .btext {display:none;}

HIDE "VIEW ALL FRIENDS":
Code:
.redlink {display:none;}

HIDE COMMENTS:
Code:
.FriendsComments table table {display:none;}
.friendsComments td {height:0px;}
.FriendsComments td {background-color:transparent;}

HIDE NUMBER OF COMMENTS:
Code:
.FriendsComments td.text td b {visibility:hidden;}
.FriendsComments td.text td b a,.FriendsComments td.text td td b {visibility:visible;}

HIDE "ADD COMMENT" & "VIEW ALL COMMENTS" AT THE TOP:
Code:
.FriendsComments td.text td b a {display:none;}
.FriendsComments td.text td td b a {display:inline;}

HIDE "ADD COMMENT" AT THE BOTTOM:
Code:
.FriendsComments td.text td a {display:none;}
.FriendsComments td.text td b a,.FriendsComments td.text td td a {display:inline;}

HIDE COMMENT DATE/TIME:
Code:
.blacktext10 {display:none}

HIDE BOTTOM LINKS:
Code:
table div {display:none;}
table table div, div table div {display:block;}

HIDE YOUR NAME:
Code:
.nametext {display:none;}

HIDE DEFAULT PIC:
Code:
.profileInfo td.text a img {display:none;}

HIDE ONLINE NOW:
Code:
.ImgOnlineNow, .profileInfo td.text div img {display:none;}

HIDE YOUR MOOD AND PICS/VIDEOS LINKS:
Code:
.profileInfo td td {visibility:hidden;}
.profileInfo td td.text {visibility:visible;}
.profileInfo td.text a img {visibility:visible;}
.friendsComments .ImgOnlineNow, .profileInfo td.text div img {visibility:visible;}

HIDE CONTACT TABLE:
Code:
.contactTable {display:none;}

HIDE URL BOX:
Code:
table.UserProfileURL {display:none;}

HIDE MUSIC PLAYER/MYSPACE VIDEOS (Without hiding other embed objects and flash) UPDATED:
Code:
td td embed {width:0px; height:0px;}
td td embed, td td object {width:0px; height:0px;}
td.text embed, td.text object {width:320px; height:240px;}
td.text embed {width:320px; height:240px;}
td.text embed {width:auto; height:auto;}
td.text embed, td.text object {width:auto; height:auto;}

HIDE SCHOOLS:
Code:
.UserProfileSchool {display:none;}

HIDE NETWORK:
Code:
userProfileNetworking {display:none;}

HIDE COMPANY:
Code:
.UserProfileCompany {display:none;}

HIDE INTERESTS:
Code:
.interestsAndDetails {display:none;}

HIDE DETAILS:
Code:
.UserProfileDetail {display:none;}



HIDE CITY/LOGIN UPDATED:
NOTE: Put this at the VERY end of your headline. Yes, include the beginning quotation mark.
Code:
"<font style="display:none;">
« Last Edit: November 28, 2007, 07:50:19 pm by chef_boyardee_is_awesome » Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
HeavyCube
Moderator
Hero Member
*****

Karma: +64/-0
Offline Offline

Gender: Male
Posts: 738


no pain no game


View Profile
« Reply #1 on: September 12, 2007, 03:16:24 am »

nice a lot of people need this

should be sticky
Logged

chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #2 on: September 12, 2007, 03:54:19 am »

should be sticky

Not really sure how to make this sticky. Guess only a mod can do that.
Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
yoos
Newbie
*

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 35

Transcend the mind...


View Profile
« Reply #3 on: September 12, 2007, 04:10:46 am »

NICE! Thanks for taking the time to do this!
Logged
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #4 on: September 12, 2007, 06:10:15 am »

Thanks. Hopefully I'll be posting some more stuff on this forum.
Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
MXmelza
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 19


View Profile
« Reply #5 on: September 12, 2007, 08:03:47 am »

id like to know one thing..
how can you hide most of your comments ?
without hiding all of them ?
i dnt want a scrollbar thing >.<
Logged
Eileen
MyGen Mod
Hero Member
*****

Karma: +112/-0
Offline Offline

Gender: Female
Posts: 1125


sanity is over rated


View Profile WWW
« Reply #6 on: September 12, 2007, 08:17:05 am »

I think that code, which hides the ad banner, should come with an appropriate warning.
It is against the Terms of Service and is highly likely to result in the deletion of your profile.
(That particular code, which uses the alternate syntax to address the ID, only works in FF anyway.   I really wish the alternate ID syntax worked in IE, because it would make customizing the band profile, which does not have all the new classes, so much easier.)

Yes, you can show only a subset of your comments, without creating a scroll box. 
But the concept is the same. 
You just do overflow hidden instead of overflow auto.
You can not specify the number of comments to show, only the number of pixels worth of comments to show.
You may find that the cut off occurs halfway through an individual comment.
Logged

Sanity is Over rated

My blog:
http://views-under-construction.blogspot.com
is NOT associated with this site. (Check It Out)

I had no part in the creation of this site (or this planet).  I hang out, and moderate, because I like the people on this site.
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #7 on: September 12, 2007, 03:14:40 pm »

I tested out the Hide Banner code on IE today and it seems to be working.
Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
Eileen
MyGen Mod
Hero Member
*****

Karma: +112/-0
Offline Offline

Gender: Female
Posts: 1125


sanity is over rated


View Profile WWW
« Reply #8 on: September 12, 2007, 08:24:00 pm »

What version of IE,
It would be interesting to know if this alternate ID syntax works in IE7.

I tested it in IE 6 and it didn't work.

The ad banner shows up on your profile, in IE 6 as well (which is good, because I don't think the mySpace people use anything else much). 

Here is an example, of one of my early attempts to hide the ad banner(before I was as wise as I am now, which still isn't very wise)
http://www.myspace.com/mytest0


Do you know the purpose of this line of code, in the hide bottom link solution
div table div {display:bock}

I will give you karma if I like your answer.

I will give you some more karma if you can tell me why this is in the hide extendedNetwork code:

td.text br {display:none;}
.profileInfo td.text br, td.text table br {display:inline;}

And I will give you even more karma if you can tell me Why the code blocks, in your various solutions, need to be placed in the specific locations you indicate (such as the top of the "Meet" section versus the end of the Heroes section)


 
« Last Edit: September 12, 2007, 09:41:00 pm by Eileen » Logged

Sanity is Over rated

My blog:
http://views-under-construction.blogspot.com
is NOT associated with this site. (Check It Out)

I had no part in the creation of this site (or this planet).  I hang out, and moderate, because I like the people on this site.
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #9 on: September 13, 2007, 06:39:07 am »

What version of IE,
I used IE 7 Running on Vista Home Edition.

Quote from: Eileen
Do you know the purpose of this line of code, in the hide bottom link solution
div table div {display:bock}
Well it seems to me that you brought up a very good point. There is no purpose for that. The code was there under the assumption that removing the copyright div would mess up the alignment of the page, but I checked it out and that is not case. That code is nil and void. I'm removing it now.

Quote from: Eileen
I will give you some more karma if you can tell me why this is in the hide extendedNetwork code:

td.text br {display:none;}
.profileInfo td.text br, td.text table br {display:inline;}
This simply moves the About Me and/or the Blog section up to cover up the blank space that it creates by hiding it.

Quote from: Eileen
And I will give you even more karma if you can tell me Why the code blocks, in your various solutions, need to be placed in the specific locations you indicate (such as the top of the "Meet" section versus the end of the Heroes section)
To be honest, it doesn't matter where  you put them, I just do that for more of an organizational reason. (For example, the ads are at the top of the page so put the code towards to top of the section, whereas the bottom links are, well, at the bottom.) No sure if this makes any sense or not. Long story short it doesn't matter where you put the codes.

Maybe I'll remove the sections.


Thanks for the comments, and hopefully for the karma if you see fit that I deserve some =P
« Last Edit: September 13, 2007, 06:41:13 am by chef_boyardee_is_awesome » Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #10 on: September 13, 2007, 06:52:18 am »

What version of IE,
It would be interesting to know if this alternate ID syntax works in IE7.

I tested it in IE 6 and it didn't work.

The ad banner shows up on your profile, in IE 6 as well (which is good, because I don't think the mySpace people use anything else much). 

Here is an example, of one of my early attempts to hide the ad banner(before I was as wise as I am now, which still isn't very wise)
http://www.myspace.com/mytest0

Mod Note : DiamondandyRemoved the Hide Banner coding
« Last Edit: September 13, 2007, 07:43:15 pm by diamondandy » Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
Eileen
MyGen Mod
Hero Member
*****

Karma: +112/-0
Offline Offline

Gender: Female
Posts: 1125


sanity is over rated


View Profile WWW
« Reply #11 on: September 13, 2007, 07:34:37 am »

The line
div table div {display:block;}

has nothing to do with alignment.
It is to recover the ad banner, which would otherwise be hidden by the solution.

http://joyboner.com/archives/23

body div table tbody tr td {display:none !important;}
will work in IE 6
But I never quite understood why people use tbody in their solutions, when myspace does not use it in their own code.












« Last Edit: September 13, 2007, 07:45:00 am by Eileen » Logged

Sanity is Over rated

My blog:
http://views-under-construction.blogspot.com
is NOT associated with this site. (Check It Out)

I had no part in the creation of this site (or this planet).  I hang out, and moderate, because I like the people on this site.
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #12 on: September 13, 2007, 07:37:09 am »

The line
div table div {display:block;}

has nothing to do with alignment.
It is to recover the top ad banner.
I feel silly now, I wasn't even close. That's what I get for copying some codes from other sites.
Well I got rid of it. Code block still works without it, so it obviously isn't necessary considering the whole point was to block the top ads anyways
« Last Edit: September 13, 2007, 07:47:36 am by chef_boyardee_is_awesome » Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
chef_boyardee_is_awesome
Newbie
*

Karma: +13/-0
Offline Offline

Gender: Male
Posts: 46


Keep that karma flowin' peoples.


View Profile WWW
« Reply #13 on: September 13, 2007, 07:09:14 pm »

But I never quite understood why people use tbody in their solutions, when myspace does not use it in their own code.

Well I use Firebug to get the CSS properties and html tags. So that was on the list of parent objectst so I added it. Now that I look at it, it really isn't in the pages code =/
Logged

Tonight I, uh, I just had to kill a LOT of people.
C'mon gimme some good karma
diamondandy
Global Moderator
Hero Member
*****

Karma: +24/-0
Offline Offline

Gender: Male
Posts: 6428


Me And My Lady Friend


View Profile WWW
« Reply #14 on: September 13, 2007, 07:44:09 pm »

Can I please warn you guys that continual posting of the Hide Banner code will result in the thread being locked / deleted

Andy =)
Logged

PC: 2.8GHZ Dual Core - 2GB Ram - 320GB HDD - 512MB Video Card - Graphics Tablet

PS3 - Xbox 360 Elite - PS2 - Dreamcast -
Limited Edition Final Fantasy 7 Silver PSP

42" HDTV LCD - Nokia 95 8Gb - Nokia N96
Pages: [1] 2 3 ... 10   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 9.252 seconds with 19 queries.