OS X "service" for running JavaScript bookmarklets from anywhere?
Posted
by Spiff
on Super User
See other posts from Super User
or by Spiff
Published on 2010-06-10T18:05:15Z
Indexed on
2010/06/10
18:13 UTC
Read the original article
Hit count: 369
I have some JavaScript bookmarklets that work on the selected text in a web page, but I'd like to be able to use them on the selected text in any Mac OS X app, not just browsers or things that provide browser-like views. Mac OS X has the "Services" (sub)menu where any app can publish services that it can provide to other apps, but I don't know how to make my bookmarklets show up as services there.
Is there a way to make JavaScript bookmarklets show up as Mac OS X "Services", or otherwise execute JavaScript against the selected text in any Mac OS X app?
© Super User or respective owner