[Bookmarklet] IMVU - View avatar 3d example

DataMine
by DataMine · 2 posts
9 years ago in Javascript
Posted 8 years ago · Author
About
This bookmarket will show you what an avatar would look like in 3d on the default female by showing you an image of it. Obviously it only works on avatars.

Here's some examples of what it would show you:

ImageImageImage



How To Install - FireFox

1) Right click on the bookmark toolbar and select "New Bookmark". If you don't have the bookmark toolbar visible press alt to bring up the menubar.
Then click view, hover over Toolbars and click "Bookmark Toolbar"
2) Give the bookmarklet a name by typing something into the "Name" field.
3) Copy and paste the code below into the "Location" field.
4) Click add


How To Install - Chrome

1) Right click on the bookmark toolbar and select "Add Page". If you don't have the bookmark toolbar visible open the settings menu and scroll down to appearance. Then checkmark the box that says "Always show the bookmarks bar".
2) Give the bookmarklet a name by typing something into the "Name" field.
3) Copy and paste the code below into the "URL" field.
4) Click Save

Code
javascript: (function generateBBCode() {
   /*Get the product page url*/
   var strURL = document.URL;

   if(strURL != "" && strURL.indexOf("imvu.com/shop/product.php?products_id=") != -1) {
      /*Get the product pid*/
       var pid = strURL.split("=")[1];
 
      /* Load the new page */
      window.location = "https://api.imvu.com/image_dressup/" + pid
   }
})();
Posted 7 years ago
Thank you ! loved it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT