/*
* @title YouTube URL短縮・Twitter投稿
* @description YouTubeの動画URLの短縮とTwitterへ投稿するブックマークレット
* @include http://www.youtube.com/watch*
* @license MIT License
* @require
*/
javascript:void(window.open('http://y2u.be/create.php?URL='+escape(document.location.href)))