Testing Titles
by MegaScience
HTML
<script src="https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Fforum2.nexon.net%2Fshowthread.php%3F1539474%22%20and%20xpath%3D'%2F%2Fhead%2Ftitle'&format=json&diagnostics=true&callback=testName"></script>
JavaScript
function testName(callback) {
document.body.innerHTML = callback.query.results.title;
}