How do I copy the current URL to clipboard with Kantu?
store | ${!URL} | !clipboard
Thanks Timo:)
made my day
LOL, I checked and rechecked the code – seems right?
Strange… this macro works for me:
{
"Name": "1",
"CreationDate": "2019-3-23",
"Commands": [
{
"Command": "open",
"Target": "https://status.ocr.space/",
"Value": ""
},
{
"Command": "store",
"Target": "${!URL}",
"Value": "!clipboard"
}
]
}
Interesting, when I test your exact code it works – like a bomb
but when I changed that URL to the URL that I want to use it on, it broke
Can you post your URL here? Or email it to team AT a9t9.com? Then we can test this further. Maybe a certain character makes a problem?
Hi there,
Intereting idea - was about to do this, but then I realized that when I tested on this page url it also bombed out
on this pages, with thise code, it bombs
+>
I am using this exact code and it does not work
{
“Name”: “COPY URL”,
“CreationDate”: “2019-5-10”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://status.ocr.space/”,
“Value”: “”
},
{
“Command”: “store”,
“Target”: “${!URL}”,
“Value”: “!clipboard”
}
]
}
[error]
Internal variable “!URL” not supported
Try my solution working like a charm
{
“Name”: “copy test”,
“CreationDate”: “2019-7-15”,
“Commands”: [
{
“Command”: “comment”,
“Target”: “${!clipboard}”,
“Value”: “”
},
{
“Command”: “store”,
“Target”: “${!URL}”,
“Value”: “!clipboard”
}
]
}
I used Windows before – now using MAC
Newest version of Chrome
This does not work on any URL that I try to use it on – just gives that Internal Varviable not supported error