(function(){"use strict";document.querySelectorAll(".rouge, .highlight").forEach(function(t){var n,s,o,a=t.textContent,i=document.createElement("i");i.className="fa fa-clipboard",s=document.createElement("span"),s.className="tooltip",s.innerHTML="Copied!",n=document.createElement("button"),n.title="Copy to clipboard",n.appendChild(i),n.appendChild(s),o=document.createElement("div"),o.className="copy-to-clipboard-wrapper",o.appendChild(n),t.appendChild(o),n.addEventListener("click",e.bind(n,a))});function e(e,t){const n=t.target.nextElementSibling;window.navigator.clipboard.writeText(e).then(function(){n&&(n.classList.add("show-tooltip"),setTimeout(function(){n.classList.remove("show-tooltip")},1200))})}})()