Bookmarklet on Safari
david.blangstrup.dk: MovableType on Safari Six Log: Initial reactions to Safari And here's a fix to squash the bug that's preventing Bookmarklets in Safari In order to get the MT-Bookmarklet work without the text selection function you have to delete the following piece of code in your bookmarklet: ?d.selection.createRange().text:d.getSelection()これで Safari でも bookmarklet ができるようになるらしい。 ただ、textだけは引用できない(d.selection等が使えない)ので、 自分でコピーするしかないようだ。 bug report は送ってるようなので、そのうち d.selection も使えるようになると思います。