見ているページのリンクをマークダウン形式のlinkをpromptで出す
/* * @title mkdlink * @description 見ているページのリンクをマークダウン形式のlinkをpromptで出す * @include http://* * @license MIT License * @require */ prompt("mkdlink", "[" + document.querySelector('title').textContent + "](" + location.href + ")");