In the middle of my script the clipboard contents change (I'm opening a
site which immediately copies a variable to the clipboard). How do I
use this variable in my script?
If I declare:
var p = window.clipboar dData.getData(' text');
at the beginning, then:
p = clipboard at start of script
and does not take note of changes.
site which immediately copies a variable to the clipboard). How do I
use this variable in my script?
If I declare:
var p = window.clipboar dData.getData(' text');
at the beginning, then:
p = clipboard at start of script
and does not take note of changes.
Comment