『回复列表(8|隐藏机器人聊天)』
<script>
window.onload = function () {
$(".userlink").attr('target','_blank')
//直接跳转到目标url
if (location.pathname=='/q.php/link.url.html'){
window.location.href=document.getElementsByClassName('content')[0].children[0].href
}
};
</script>