diff options
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ const REPLACE_TABLE = { htmlsel += serializer.serializeToString(selection.getRangeAt(i).cloneContents()); } return htmlsel; + }, + get CLIP () { + return util.readFromClipboard(); } }; 'hostname pathname host port protocol search hash'.split(' ').forEach(function (name){ |