Skip to content

Instantly share code, notes, and snippets.

@wata
Created December 21, 2012 07:51
Show Gist options
  • Save wata/4351298 to your computer and use it in GitHub Desktop.
Save wata/4351298 to your computer and use it in GitHub Desktop.
Send URL to LINE app from Smartphone Browser.
javascript:(function(){u=encodeURIComponent(location.href);window.open("line://msg/text/"+document.title+' '+u);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment