var xpath3 = '/html/body/div[5]/div/div/div[2]/div[2]/input';
   var path3 = document.evaluate (xpath3, document, null, 
XPathResult.FIRST_ORDERED_NODE_TYPE, null);
   var silka = path3.singleNodeValue.value;
      alert (silka); // показывает   содержимое  input (короткую ссылку)
   GM_setClipboard (silka);

no copy to clipboard  
What problem ?

GS 3.8 FF 43

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to