javascript: void((function() {
function $(id) {
return w.document.getElementById(id)
}
var w = window.open("about:blank", "", "width=500,height=150");
w.document.title = 'Refer to "' + document.title + '"';
w.document.write('');
$('html').value = '' + document.title + '';
$('title').value = encodeURIComponent(document.title);
$('markdown').value = "%5B" + document.title + "%5D" + "%28" + encodeURI(location.href) + "%29";
$('markdown-image').value = "!%5B" + document.title + "%5D" + "%28" + encodeURI(location.href) + "%29";
$('text').value = document.title + " " + encodeURI(location.href);
var z = w.document.getElementsByTagName('input');
for (var i = 0; i < z.length; i++) {
z % 5Bi % 5D.onfocus = z % 5Bi % 5D.onmousemove = function() {
this.select();
};
z % 5Bi % 5D.onclick = z % 5Bi % 5D.onmousedown = z % 5Bi % 5D.onmouseup = function() {
this.select();
return false;
};
}
$('text').focus();
})());