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:
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
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:
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
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
}
})();