document.body.oncontextmenu = function(e){ if (e.target.tagName == 'IMG') { e.preventDefault(); navigator.clipboard.writeText(e.target.src); } };