Simple script to open a new tab with the URL of your current tab. Tested in Firefox, Internet Explorer, and Chrome. You may have to adjust the delays a bit depending on your computer speed.
The above script without modifying the clipboard ( restoring previous value ). local previousCopy = acGetClipboardText() acSendKeys("%d{DELAY 100}^x{DELAY 50}^t{DELAY 100}%d{DELAY 50}^v{DELAY 50}~") acSetClipboardText(previousCopy)