/** * @author https://codepen.io/bookmarklets * @file Sends selected text via Gmail→SMS text message to any US mobile telephone
Highlight some text, click. Opens Gmail and sends the text + Title + URL * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:var message=window.getSelection().toString();var someLocation=window.location.href,msgLength=message.length,locLength=someLocation.length,totalMsg=locLength+msgLength,howMany=totalMsg/160;howMany=parseFloat(howMany);howMany=Math.ceil(howMany);document.getElementsByTagName("body")[0].setAttribute("onMouseUp","changeSel();"); function changeSel(){message=window.getSelection().toString();if(1Total Message Size: ";918×