On Thursday, April 20, 2017 at 5:06:16 PM UTC+2, J. Greg Williams wrote: > > I want to be able to share the generated URL from this search. Which > would work for anyone else (with a login). > e.g. *https://support.oracle.com/epmos/faces/DocumentDisplay?id=1537255.2 > <https://support.oracle.com/epmos/faces/DocumentDisplay?id=1537255.2>* >
I created applescript actions for searching in background tabs a while ago, that you could modify to search and copy the search url to the pasteboard. Check this post <https://groups.google.com/d/msg/blacktree-quicksilver/8VI2qd4nMok/Y5pRMF-Af1oJ> and the rest of the thread for the caveats and issues. Those where thought for using also with multiple search urls and terms, but if you use it with just one, add this line and you should get at least the last url from the loop without much tinkering. do shell script "echo " & theWebSearch & " | pbcopy" -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
