Touchpoint Video Forum
General Bookmarklets - Printable Version

+- Touchpoint Video Forum (https://forum.touchpoint.video)
+-- Forum: General (https://forum.touchpoint.video/forumdisplay.php?fid=1)
+--- Forum: General Questions (https://forum.touchpoint.video/forumdisplay.php?fid=2)
+--- Thread: General Bookmarklets (/showthread.php?tid=28847)



General Bookmarklets - admin - 01-13-2025

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