"use strict";function onCopy(a){chrome.runtime.sendMessage({event:"copy"})}document.addEventListener("copy",onCopy,!0);