View Single Post
  #1131  
Old 29.02.2020, 07:41
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Quote:
Originally Posted by zreenmkr View Post
how to send myCrawledLink.getName() to clipboard?

tried w/o luck: myCrawledLink.getName().execCommand("copy")
The 'execCommand' is a browser environment method. There are no eventscripter enviroment methods which can be used to copy content to the clipboard.

You can customize your context menu and add/configure "Copy Information" item and format the variables which you want to be copied to the clipboard when you click it.
Reply With Quote