Has anyone had any luck using bookmarklets in Safari? It does not seem to work, not that I expect it in a pre 1.0 release.
For those of you that don't know what this is, Bookmarklets are small JavaScripts that fit in a bookmark.
Example:
Make a bookmark in Chimera (I'm sure most other browsers support this as well) edit the url to: javascript:alert("foo");
Clicking this bookmark in the Toolbar will show an alert sheet.
That is not very interesting, but this is nice:
javascript:Qr=document.getSelection();if(!Qr){void (Qr=prompt('Keywords...',''))};if(Qr)location.href ='http://www.php.net/manual-lookup.php?pattern='+escape(Qr)+'&lang=en'
This brings up a prompt with a search box for searching the PHP function reference.
There are of course many other possibilities, i.e insert todays date, insert your name and email etc.