js get selected text https://stackoverflow.com/questions/3170648/how-to-get-javascript-select-boxs-selected-text http://www.javascriptkit.com/javatutors/copytoclipboard.shtml const getSelectionText = () => { let selectedText = ``; if (window.getSelec…