Touchpoint Video Forum

Full Version: General Bookmarklets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bookmarklets are highly useful code snippets that live in your bookmarks bar.

Here are some useful bookmarklets with more on the way.

Right click on your bookmark toolbar and choose New Page.

In the title write toUpperCase
In the URL enter javascript:q=prompt('text to turn upper case','');prompt('here it is',q.toUpperCase());go(0);

In the title write toLowerCase
In the URL enter javascript:q=prompt('text to turn lower case','');prompt('here it is',q.toLowerCase());go(0);

More coming