Skip navigation.

Bits and Pieces

Opera tips, music, anime, my life experiences.

September 2008

( Monthly archive )

Remove stickers from IMVU user home pages.

, , ,

Really simple css to hide the stickers from user pages, so you can see the information underneath or click the useful links like block user.

Step 1: Go here and find you User CSS Directory.

Step 2: Download this into it.

Step 3: Restart Opera

Step 4: Select it from View > Styles

OPTIONAL: Use this button to call the button

For Firefox/Stlyish users http://userstyles.org/styles/16427

Buckcherry - Crazy Bitch

,

NSFW

IMVU Extra Special someone code

,

<style type="text/css">
  #extended_spec {
   font-size: 1em !important; 
  color:#000 !important; }
</style>
<table id="extended_spec">

  <tr>
    <td>
      <a href="http://avatars.imvu.com/Isaek" mce_href="http://avatars.imvu.com/Isaek"><img style="margin-bottom:10px;width:80px;height:110px;border:0px;margin-left:5;margin-right:4" src="http://www.imvu.com/catalog/web_av_pic.php?av=Isaek" mce_src="http://www.imvu.com/catalog/web_av_pic.php?av=Isaek"></a>
    </td>
    <td>
      <a href="http://avatars.imvu.com/Isaek" mce_href="http://avatars.imvu.com/f0rbiddenluv"><span>Isaek</span></a>
      <br />
      <i  style="color: 000 !important"><span>o gosh,Umm,great friend,lots of fun to talk to,has been there from the begining.Loves his J no matter how much of a dork I am.</span></i>
    </td>
  </tr>

</table>


This is from somewhere and its a request I just cleaned it and make it fit in flush with the standard someone special.

<script>
document.getElementById('special_panel_header').getElementsByTagName('span')[0].innerHTML='Special People';
</script>


Use the script to change Special Someone to Special People or whatever you want.