Easy "tinyurl" for OPML Editor users![]() A script for the "custom" menu in the OPML Editor. If you want a tiny url, put it on the clipboard and run this script. It calls tinyurl.com as a web service, and tiny-izes it. I added this as a command to my custom menu a few weeks ago, and I use it all time. Note: Also should work in Radio or Frontier, but you have to get the glue for tinyUrl installed. Post a comment here if you want a pointer.
Commentsscriptingnews
|
[?]
TagsAdditional Information
|
scriptingnews
says:
Here's the actual text of the script.
local (url = clipboard.getvalue (stringtype));
url = tinyurl.create (url);
msg (url); //show the url in the About window
clipboard.putvalue (url)
Copy/paste should work if you open user.menus.customMenu.
Posted 28 months ago. ( permalink )