Shortcut to open URL from clipboard
- by good boy
I want to create a shortcut that opens links from the clipboard.
I frequently switch browsers and it's very annoying to copy/paste hundreds of URLs from one to another.
I have created a shortcut to launch a page on each browser - but how can I make the URL field include data from clipboard, so that when I copy a URL and click on the shortcut, it will direct to the URL that is currently on the clipboard.
If this is not possible, then is there an AutoHotKey script or something similar that can accomplish this?
I would prefer a Desktop shortcut, but whatever works.