Append Selected Text to URL and Go

Is there an extension available to append selected text to a predefined URL?
How easy would it be to create one?

Let’s say I have some service that allows me to pass a URL through a service, I’d want to do this:
http://webservice/ then pass that address to the browser.

Hi @philg, welcome to the forum. This is something you could do with a quick snippet:

#popclip
name: webservice
url: http://webservice/***

(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)

Obviously, you’ll need to edit that to suit your needs.

OMG! So simple! That works perfectly, thank you so much! :pray:

1 Like