var url = window.content.location.href;
var title = window.content.document.title;

var url = gBrowser.currentURI.spec;
var title = gBrowser.contentTitle;