@@ -6,5 +6,4 @@ * @require */-var ut ='[' + location.href + ':title]';-alert(ut);+alert('[' + location.href + ':title]');
/*
* @title [URL:title]
* @description ページのURLと動的取得タイトルをはてなhttp記法でAlertする。
* @include http://*
* @license MIT License
* @require
*/
alert('[' + location.href + ':title]');