@@ -3,6 +3,7 @@ * @description prompt表示 * @include http://* * @license MIT License + * @javascript_url */ (function(){
/*
* @title 選択したテキストをデコード
* @description prompt表示
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
var a=unescape(document.getSelection());
prompt(a,a);
})();