Posted 2 years ago
·
Author
IMVU Bookmarklets
A collection of JavaScript Bookmarklets for IMVU. More will be added as I come up with new ideas or per community requests.
What is a Bookmarklet?
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. Bookmarklets are usually small snippets of JavaScript executed when user clicks on them.
How to create a Bookmarklet from one of the scripts below
Bookmarklets
Links
A collection of JavaScript Bookmarklets for IMVU. More will be added as I come up with new ideas or per community requests.
What is a Bookmarklet?
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. Bookmarklets are usually small snippets of JavaScript executed when user clicks on them.
How to create a Bookmarklet from one of the scripts below
- Click on one of the script in this repository to open the raw Javascript file.
- Copy and paste all of the source into the code box on this website: [Bookmarklet Maker](https://caiorss.github.io/bookmarklet-maker/)
- Click the Generate Bookmarklet button.
- Select all of the code from the output box and copy it.
- Create a new bookmark in your browser of choice.
- Give the bookmark a name.
- Paste the code you copied in step 4 into the URL box.
- Done, your bookmark is now a bookmarklet. Whenver you click this bookmark, it will run the code.
Bookmarklets
- products in scene hidden product finder
Detects hidden furniture products on the Products in Scene page by comparing the pids in the url to those displayed as clickable links on the page.
Simply open any products in scene page and run the bookmarklet. - generate clickable product icon bbcode
Generates a clickable product icon that will take you the product page in bbcode. For use in forum posts and other places that support bbcode.
Simply visit a product page in the [Shop][url=https://www.imvu.com/shop/) and run the bookmarklet. A popup will appeard with the bbcode for you to copy/paste. - generate clickable product icon html
Generates a clickable product icon that will take you the product page in html. For use in web pages, blogs and other places that support html content.
Simply visit a product page in the catalog and run the bookmarklet. A popup will appeard with the html for you to copy/paste. - view clothing product avatar preview
Generates an image of a default avatar wearing the clothing product so you can see what it looks like. - open catalog page in tabs
Opens all of the products on a catalog page in new tabs.
Simply visit any page in the catalog and run the bookmarklet.
Links
- Github Repo: https://github.com/tim-dm/imvu-bookmarklets