LINEで送るブックマークレット
/* * @title Send by LINE * @description LINEで送るブックマークレット * @include http://* * @license MIT License * @require */ window.location='line://msg/text/'+encodeURI(document.title)+'%20'+encodeURI(window.location)