- DavidJCobb
- |
- Fabled Legendary Member
Left here a long time ago.
Posted by: a rascal cat
I would love it if someone could make a script that hid your Gamertag, as well as the information on your profile page that comes along with it.
;-)I'm not sure that would even need a script... If you use the "Stylish" add-on, then this CSS should do what you're asking:
#ctl00_mainContent_header_forumPopover > div:first-child+div > ul>li.larger > span+span {display:none!important}
#ctl00_mainContent_header_forumPopover > div:first-child+div > ul>li+li {display:none!important}
Hides gamertag, member title, and last active date from your profile page, when you set it to run on http://www.bungie.net/Account/Profile.aspx
[Edited on 08.21.2011 9:02 PM PDT]