Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General Bookmarklets
#1
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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)