You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Removes View-My-Pictures and Developer-Reports

This will remove the (sometimes) annyoing "View my Pictures" and "Developer Reports" Links from the Aboutme Panel. You can place this code whereever you like.

Source code

1
2
3
4
5
<style type="text/css">
#aboutme_panel font a, .imvucodes_net {
display:none !important;
}
</style>

Rate this thread